Sync container start
This commit is contained in:
parent
e81513349f
commit
86ec7e8fd2
7 changed files with 50 additions and 81 deletions
|
@ -2,6 +2,7 @@ package containerd
|
|||
|
||||
type Container interface {
|
||||
ID() string
|
||||
Start() error
|
||||
Pid() (int, error)
|
||||
SetExited(status int)
|
||||
Delete() error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue