summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/stable/containers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/podmanimage/stable/containers.conf')
-rw-r--r--contrib/podmanimage/stable/containers.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/podmanimage/stable/containers.conf b/contrib/podmanimage/stable/containers.conf
new file mode 100644
index 000000000..e6b806da3
--- /dev/null
+++ b/contrib/podmanimage/stable/containers.conf
@@ -0,0 +1,11 @@
+[containers]
+netns="host"
+userns="host"
+ipcns="host"
+utsns="host"
+cgroupns="host"
+cgroups="disabled"
+[engine]
+cgroup_manager = "cgroupfs"
+events_logger="file"
+runtime="crun"