mirror of https://github.com/docker/docs.git
Merge pull request #6258 from crosbymichael/capkill
Add CAP_KILL to unprivileged containers
This commit is contained in:
commit
a2c08792f0
|
@ -21,6 +21,7 @@ func New() *libcontainer.Container {
|
|||
"SETPCAP",
|
||||
"NET_BIND_SERVICE",
|
||||
"SYS_CHROOT",
|
||||
"KILL",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
|
Loading…
Reference in New Issue