ContainerWait stops processing until the given container is stopped.
(ctx context.Context, name string, condition container.WaitCondition)
| 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 | } |
| 72 | |
| 73 | // Result is the output produced by a Builder |
no outgoing calls