Add exec process log support
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
db181c6132
commit
ec31245f54
9 changed files with 181 additions and 124 deletions
|
@ -22,5 +22,5 @@ type Runtime interface {
|
|||
// Create creates a new container initialized but without it starting it
|
||||
Create(id, bundlePath, consolePath string) (Container, *IO, error)
|
||||
// StartProcess adds a new process to the container
|
||||
StartProcess(Container, specs.Process) (Process, *IO, error)
|
||||
StartProcess(c Container, p specs.Process, consolePath string) (Process, *IO, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue