MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / start

Method start

internal/docker/docker.go:49–49  ·  view source on GitHub ↗

start starts the container within the given context.

(ctx context.Context)

Source from the content-addressed store, hash-verified

47
48 // start starts the container within the given context.
49 start(ctx context.Context) error
50
51 // createExec creates an execution process for the given program with the given parameters. The passed context is
52 // the start context.

Callers 6

TestAuthFailedFunction · 0.65
TestSessionSuccessFunction · 0.65
TestSessionErrorFunction · 0.65
TestPubKeyFunction · 0.65
handleExecModeSessionMethod · 0.65
OnHandshakeSuccessMethod · 0.65

Implementers 1

dockerV20Containerinternal/docker/docker_impl.go

Calls

no outgoing calls

Tested by 4

TestAuthFailedFunction · 0.52
TestSessionSuccessFunction · 0.52
TestSessionErrorFunction · 0.52
TestPubKeyFunction · 0.52