(filter []ContainerFilter, mode SortMode)
| 68 | type ContainerAPI interface { |
| 69 | ContainerByID(id string) *Container |
| 70 | Containers(filter []ContainerFilter, mode SortMode) []*Container |
| 71 | Inspect(id string) (container.InspectResponse, error) |
| 72 | IsContainerRunning(id string) bool |
| 73 | Kill(id string) error |
no outgoing calls