MCPcopy
hub / github.com/moby/moby / containerNotFound

Function containerNotFound

daemon/errors.go:28–30  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

26func (e containerNotRunningError) Conflict() {}
27
28func containerNotFound(id string) error {
29 return objNotFoundError{"container", id}
30}
31
32type objNotFoundError struct {
33 object string

Callers 4

getExecConfigMethod · 0.85
statsMethod · 0.85
statsMethod · 0.85
GetContainerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…