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

Method destroy

libcontainer/state_linux.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (b *stoppedState) destroy() error {
105 return destroy(b.c)
106}
107
108// runningState represents a container that is currently running.
109type runningState struct {

Callers

nothing calls this directly

Calls 1

destroyFunction · 0.85

Tested by

no test coverage detected