Move libcontainer to linux pkg
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c24abdde1b
commit
b823ce9149
4 changed files with 18 additions and 10 deletions
|
@ -13,11 +13,9 @@ var (
|
|||
ErrUnknownEvent = errors.New("containerd: unknown event type")
|
||||
|
||||
// Internal errors
|
||||
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")
|
||||
errInvalidContainerType = errors.New("containerd: invalid container type for runtime")
|
||||
errNotChildProcess = errors.New("containerd: not a child process for container")
|
||||
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")
|
||||
// internal error where the handler will defer to another for the final response
|
||||
//
|
||||
// TODO: we could probably do a typed error with another error channel for this to make it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue