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:
OpenShift Merge Robot 2022-10-18 09:22:15 -04:00 committed by GitHub
commit cbff46c121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
volumes = [ volumes = [
"/proc:/proc", "/proc:/proc",
] ]
default_sysctls = []