MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewContainerRestarter

Function NewContainerRestarter

helper/util/restart_linux.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func NewContainerRestarter() ContainerRestarter {
25 return &containerRestarter{}
26}
27
28func (*containerRestarter) RestartContainer() error {
29 pidFilePath := restart.ProcessIDFilePath

Callers 2

RunMethod · 0.92
RestartContainerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected