Move runtime and Mounts to container config
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -2,11 +2,9 @@ package containerkit
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrProcessSet = errors.New("containerkit: container process is already set")
|
||||
)
|
||||
var ErrProcessSet = errors.New("containerkit: container process is already set")
|
||||
|
||||
type ExecutionDriver interface {
|
||||
type Runtime interface {
|
||||
Create(*Container) (ProcessDelegate, error)
|
||||
Start(*Container) error
|
||||
Delete(*Container) error
|
||||
|
Reference in New Issue
Block a user