Making containers run and delete
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package containerd
|
||||
|
||||
type Container interface {
|
||||
ID() string
|
||||
Pid() (int, error)
|
||||
SetExited(status int)
|
||||
Delete() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user