ContainerStart starts a new container
(ctx context.Context, containerID string, checkpoint string, checkpointDir string)
| 66 | ContainerRm(name string, config *backend.ContainerRmConfig) error |
| 67 | // ContainerStart starts a new container |
| 68 | ContainerStart(ctx context.Context, containerID string, checkpoint string, checkpointDir string) error |
| 69 | // ContainerWait stops processing until the given container is stopped. |
| 70 | ContainerWait(ctx context.Context, name string, condition container.WaitCondition) (<-chan containerpkg.StateStatus, error) |
| 71 | } |
no outgoing calls