зеркало из https://github.com/microsoft/docker.git
Merge pull request #5930 from alexlarsson/add-cap-setfcap
native driver: Don't drop SETFCAP
This commit is contained in:
Коммит
e5202de918
|
@ -17,6 +17,9 @@ func New() *libcontainer.Container {
|
|||
"NET_RAW",
|
||||
"SETGID",
|
||||
"SETUID",
|
||||
"SETFCAP",
|
||||
"SETPCAP",
|
||||
"NET_BIND_SERVICE",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче