Sync container start
This commit is contained in:
parent
e81513349f
commit
86ec7e8fd2
7 changed files with 50 additions and 81 deletions
|
@ -10,6 +10,7 @@ var (
|
|||
ErrContainerExists = errors.New("containerd: container already exists")
|
||||
|
||||
// Internal errors
|
||||
errShutdown = errors.New("containerd: supervisor is shutdown")
|
||||
errRootNotAbs = errors.New("containerd: rootfs path is not an absolute path")
|
||||
errShutdown = errors.New("containerd: supervisor is shutdown")
|
||||
errRootNotAbs = errors.New("containerd: rootfs path is not an absolute path")
|
||||
errNoContainerForPid = errors.New("containerd: pid not registered for any container")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue