MCPcopy
hub / github.com/moby/moby / ContainerStop

Method ContainerStop

daemon/cluster/executor/backend.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, name string, config backend.ContainerStopOptions)

Source from the content-addressed store, hash-verified

38 CreateManagedContainer(ctx context.Context, config backend.ContainerCreateConfig) (container.CreateResponse, error)
39 ContainerStart(ctx context.Context, name string, checkpoint string, checkpointDir string) error
40 ContainerStop(ctx context.Context, name string, config backend.ContainerStopOptions) error
41 ContainerLogs(ctx context.Context, name string, config *backend.ContainerLogsOptions) (msgs <-chan *backend.LogMessage, tty bool, err error)
42 ConnectContainerToNetwork(ctx context.Context, containerName, networkName string, endpointConfig *network.EndpointSettings) error
43 ActivateContainerServiceBinding(containerName string) error

Calls

no outgoing calls