Add logging for started supervisor
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -17,4 +17,5 @@ var (
|
||||
type Runtime interface {
|
||||
Create(id, bundlePath string, stdio *Stdio) (Container, error)
|
||||
StartProcess(Container, specs.Process, *Stdio) (Process, error)
|
||||
Type() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user