2021-11-17 05:58:55 +00:00
|
|
|
[containers]
|
2021-11-29 05:10:56 +00:00
|
|
|
cgroups="no-conmon"
|
2021-11-17 05:58:55 +00:00
|
|
|
pidns="private"
|
|
|
|
pids_limit=0
|
|
|
|
log_size_max=104857600
|
|
|
|
[engine]
|
|
|
|
runtime="runc"
|
2023-03-07 13:55:46 +00:00
|
|
|
cgroup_manager="systemd"
|
2021-11-17 05:58:55 +00:00
|
|
|
events_logger="file"
|
|
|
|
tmp_dir = "/var/run/libpod"
|
|
|
|
conmon_path = [
|
|
|
|
"/usr/libexec/podman/conmon",
|
|
|
|
"/usr/local/libexec/podman/conmon",
|
|
|
|
"/usr/local/lib/podman/conmon",
|
|
|
|
"/usr/bin/conmon",
|
|
|
|
"/usr/sbin/conmon",
|
|
|
|
"/usr/local/bin/conmon",
|
|
|
|
"/usr/local/sbin/conmon",
|
|
|
|
"/run/current-system/sw/bin/conmon",
|
|
|
|
]
|
|
|
|
|
|
|
|
conmon_env_vars = [
|
|
|
|
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
]
|
|
|
|
[network]
|
|
|
|
cni_plugin_dirs = [
|
|
|
|
"/usr/libexec/cni",
|
|
|
|
"/usr/lib/cni",
|
|
|
|
"/usr/local/lib/cni",
|
|
|
|
"/opt/cni/bin"
|
|
|
|
]
|