vendor containerd 1.4 release
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
9
vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
generated
vendored
9
vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
generated
vendored
@@ -239,15 +239,6 @@ const (
|
||||
Poststop = "poststop"
|
||||
)
|
||||
|
||||
// TODO move this to runtime-spec
|
||||
// See: https://github.com/opencontainers/runtime-spec/pull/1046
|
||||
const (
|
||||
Creating = "creating"
|
||||
Created = "created"
|
||||
Running = "running"
|
||||
Stopped = "stopped"
|
||||
)
|
||||
|
||||
type Capabilities struct {
|
||||
// Bounding is the set of capabilities checked by the kernel.
|
||||
Bounding []string
|
||||
|
||||
Reference in New Issue
Block a user