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

Method destroy

libcontainer/state_linux.go:160–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (i *createdState) destroy() error {
161 _ = i.c.initProcess.signal(unix.SIGKILL)
162 return destroy(i.c)
163}
164
165// pausedState represents a container that is currently pause. It cannot be destroyed in a
166// paused state and must transition back to running first.

Callers

nothing calls this directly

Calls 2

destroyFunction · 0.85
signalMethod · 0.65

Tested by

no test coverage detected