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

Interface Container

src/pkg/podman/container.go:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type Container interface {
27 Created() string
28 EntryPoint() string
29 EntryPointPID() int
30 ID() string
31 Image() string
32 IsToolbx() bool
33 Labels() map[string]string
34 Mounts() []string
35 Name() string
36 Names() []string
37 Status() string
38}
39
40type containerInspect struct {
41 created string

Callers 27

listOutputFunction · 0.65
TestContainerInspectFunction · 0.65
runCommandFunction · 0.65
TestContainerInspectFunction · 0.65
runCommandFunction · 0.65
TestContainerInspectFunction · 0.65
rmFunction · 0.65
listOutputFunction · 0.65
TestContainerInspectFunction · 0.65
listOutputFunction · 0.65
TestContainerInspectFunction · 0.65
rmFunction · 0.65

Implementers 2

containerInspectsrc/pkg/podman/container.go
containerPSsrc/pkg/podman/container.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…