dont user githubusercontent for containers.conf and podman-containers.conf

This commit is contained in:
jainnikhil30
2023-03-16 18:04:20 +05:30
parent 790ccd984c
commit 64b0e09e87
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
[containers]
netns="host"
userns="host"
ipcns="host"
utsns="host"
cgroupns="host"
cgroups="disabled"
log_driver = "k8s-file"
[engine]
cgroup_manager = "cgroupfs"
events_logger="file"
runtime="crun"

View File

@@ -0,0 +1,5 @@
[containers]
volumes = [
"/proc:/proc",
]
default_sysctls = []