Add basic log support
This commit is contained in:
@@ -4,6 +4,6 @@ import "github.com/opencontainers/specs"
|
||||
|
||||
// runtime handles containers, containers handle their own actions.
|
||||
type Runtime interface {
|
||||
Create(id, bundlePath string) (Container, error)
|
||||
StartProcess(Container, specs.Process) (Process, error)
|
||||
Create(id, bundlePath string, stdio *Stdio) (Container, error)
|
||||
StartProcess(Container, specs.Process, *Stdio) (Process, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user