Add ability to signal container not just processes
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
9eb08b8971
commit
b5931855a4
5 changed files with 24 additions and 1 deletions
|
@ -10,6 +10,7 @@ var (
|
|||
ErrNotChildProcess = errors.New("containerd: not a child process for container")
|
||||
ErrInvalidContainerType = errors.New("containerd: invalid container type for runtime")
|
||||
ErrCheckpointNotExists = errors.New("containerd: checkpoint does not exist for container")
|
||||
ErrCheckpointExists = errors.New("containerd: checkpoint already exists")
|
||||
)
|
||||
|
||||
// runtime handles containers, containers handle their own actions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue