MCPcopy
hub / github.com/containers/toolbox / containerPS

Struct containerPS

src/pkg/podman/container.go:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type containerPS struct {
53 created string
54 entryPoint string
55 entryPointPID int
56 id string
57 image string
58 labels map[string]string
59 mounts []string
60 names []string
61 status string
62}
63
64type Containers struct {
65 data []containerPS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected