blob: d2cf5b03f56466a18bdef4880ea177904b64ad82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[containers]
pidns = "host"
netns = "host"
ipcns = "host"
utsns = "host"
userns = "host"
cgroupns = "host"
# List of default capabilities for containers. If it is empty or commented out,
# the default capabilities defined in the container engine will be added.
#
default_capabilities = [
"CHOWN",
"DAC_OVERRIDE",
"FOWNER",
"FSETID",
"KILL",
"MKNOD",
"NET_BIND_SERVICE",
"SETGID",
"SETPCAP",
"SETUID",
]
|