MCPcopy
hub / github.com/moby/moby / IsRunning

Method IsRunning

daemon/pkg/plugin/manager.go:43–43  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

41type Executor interface {
42 Create(id string, spec specs.Spec, stdout, stderr io.WriteCloser) error
43 IsRunning(id string) (bool, error)
44 Restore(id string, stdout, stderr io.WriteCloser) (alive bool, err error)
45 Signal(id string, signal syscall.Signal) error
46}

Callers 15

restoreMethod · 0.65
ShutdownMethod · 0.65
ContainerStopMethod · 0.65
containerStopMethod · 0.65
containerRestartMethod · 0.65
cleanupContainerMethod · 0.65
ContainerStatsMethod · 0.65
getExecConfigMethod · 0.65
getActiveContainerMethod · 0.65
KillMethod · 0.65
setupLinkedContainersMethod · 0.65

Implementers 2

executorWithRunningdaemon/pkg/plugin/manager_linux_test.g
Executordaemon/internal/plugin/executor/contai

Calls

no outgoing calls

Tested by

no test coverage detected