mirror of https://github.com/containers/podman.git
Merge pull request #16209 from jnohlgard/rootless-network
[CI:DOCS] Podman image: Set default_sysctls to empty for rootless containers
This commit is contained in:
commit
cbff46c121
|
|
@ -2,3 +2,4 @@
|
||||||
volumes = [
|
volumes = [
|
||||||
"/proc:/proc",
|
"/proc:/proc",
|
||||||
]
|
]
|
||||||
|
default_sysctls = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue