Add container start and supervisor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e620833c9e
commit
21a53c1d70
11 changed files with 380 additions and 139 deletions
|
@ -29,6 +29,7 @@ type Executor interface {
|
|||
List() ([]*Container, error)
|
||||
Load(id string) (*Container, error)
|
||||
Delete(*Container) error
|
||||
Start(*Container) error
|
||||
|
||||
StartProcess(*Container, CreateProcessOpts) (Process, error)
|
||||
SignalProcess(*Container, os.Signal) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue