Files
podman/test/e2e/config/containers-ns.conf
Daniel J Walsh 4352d58549 Add support for containers.conf
vendor in c/common config pkg for containers.conf

Signed-off-by: Qi Wang qiwan@redhat.com
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-03-27 14:36:03 -04:00

25 lines
445 B
Plaintext

[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",
]