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

Struct containerInspect

src/pkg/podman/container.go:40–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type containerInspect struct {
41 created string
42 entryPoint string
43 entryPointPID int
44 id string
45 image string
46 labels map[string]string
47 mounts []string
48 name string
49 status string
50}
51
52type containerPS struct {
53 created string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected