MCPcopy
hub / github.com/moby/moby / ContainerWait

Method ContainerWait

daemon/builder/builder.go:70–70  ·  view source on GitHub ↗

ContainerWait stops processing until the given container is stopped.

(ctx context.Context, name string, condition container.WaitCondition)

Source from the content-addressed store, hash-verified

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

Callers 10

TestWaitNonBlockedFunction · 0.65
TestWaitBlockedFunction · 0.65
TestWaitConditionsFunction · 0.65
RunMethod · 0.65
TestContainerAPIWaitMethod · 0.65

Implementers 2

Daemondaemon/daemon.go
MockBackenddaemon/builder/dockerfile/mockbackend_

Calls

no outgoing calls