Initial commit
This commit is contained in:
7
runtime.go
Normal file
7
runtime.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package containerd
|
||||
|
||||
// runtime handles containers, containers handle their own actions.
|
||||
type Runtime interface {
|
||||
Create(id, bundlePath string) (Container, error)
|
||||
Delete(id sting) error
|
||||
}
|
Reference in New Issue
Block a user