( createConfig ContainerCreateConfig, )
| 63 | InspectContainer(id string) (*dockertypes.ContainerJSON, error) |
| 64 | InspectContainerWithSize(id string) (*dockertypes.ContainerJSON, error) |
| 65 | CreateContainer( |
| 66 | createConfig ContainerCreateConfig, |
| 67 | ) (*dockercontainer.CreateResponse, error) |
| 68 | StartContainer(id string) error |
no outgoing calls