14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
# See https://github.com/containers/common/blob/master/pkg/config/containers.conf
|
|
[engine]
|
|
cgroup_manager = "cgroupfs"
|
|
events_logger="file"
|
|
|
|
[containers]
|
|
# Enabled ping
|
|
default_sysctls = [
|
|
"net.ipv4.ping_group_range=0 0",
|
|
]
|
|
|
|
[network]
|
|
firewall_driver = "nftables"
|