(id string)
| 61 | type DockerClientInterface interface { |
| 62 | ListContainers(options dockercontainer.ListOptions) ([]dockertypes.Container, error) |
| 63 | InspectContainer(id string) (*dockertypes.ContainerJSON, error) |
| 64 | InspectContainerWithSize(id string) (*dockertypes.ContainerJSON, error) |
| 65 | CreateContainer( |
| 66 | createConfig ContainerCreateConfig, |
no outgoing calls