MCPcopy
hub / github.com/opencontainers/runc / start

Method start

libcontainer/process_linux.go:44–44  ·  view source on GitHub ↗

start starts the process execution.

()

Source from the content-addressed store, hash-verified

42
43 // start starts the process execution.
44 start() error
45
46 // send a SIGKILL to the process and wait for the exit.
47 terminate() error

Callers 1

startMethod · 0.65

Implementers 3

restoredProcesslibcontainer/restored_process.go
nonChildProcesslibcontainer/restored_process.go
mockProcesslibcontainer/container_linux_test.go

Calls

no outgoing calls

Tested by

no test coverage detected