Add loading of existing container
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -11,4 +11,5 @@ type ExecutionDriver interface {
|
||||
Start(*Container) error
|
||||
Delete(*Container) error
|
||||
Exec(*Container, *Process) (ProcessDelegate, error)
|
||||
Load(id string) (ProcessDelegate, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user