implement state api command
This commit is contained in:
@@ -3,7 +3,9 @@ package containerd
|
||||
type Container interface {
|
||||
ID() string
|
||||
Start() error
|
||||
Path() string
|
||||
Pid() (int, error)
|
||||
SetExited(status int)
|
||||
Delete() error
|
||||
Processes() ([]int, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user