summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/stable/podman-containers.conf
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-12 16:43:22 +0200
committerGitHub <noreply@github.com>2021-04-12 16:43:22 +0200
commit3803a2630f2bc53f18cbf2b7a825ff1b068a0fb7 (patch)
treebb45e4260ec4e295ec2f36dc87a87e82ce336e59 /contrib/podmanimage/stable/podman-containers.conf
parentbd3dcb9ec4d4b2d722e25a9d001c63474e54dd53 (diff)
parentadbddac60fd9204b451019f37ea33840e857ec28 (diff)
downloadpodman-3803a2630f2bc53f18cbf2b7a825ff1b068a0fb7.tar.gz
podman-3803a2630f2bc53f18cbf2b7a825ff1b068a0fb7.tar.bz2
podman-3803a2630f2bc53f18cbf2b7a825ff1b068a0fb7.zip
Merge pull request #9956 from rhatdan/pinp
[CI:DOCS] Update podman image Dockerfile to support Podman in container
Diffstat (limited to 'contrib/podmanimage/stable/podman-containers.conf')
-rw-r--r--contrib/podmanimage/stable/podman-containers.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/podmanimage/stable/podman-containers.conf b/contrib/podmanimage/stable/podman-containers.conf
new file mode 100644
index 000000000..503cca365
--- /dev/null
+++ b/contrib/podmanimage/stable/podman-containers.conf
@@ -0,0 +1,4 @@
+[containers]
+volumes = [
+ "/proc:/proc",
+]