summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-25 09:35:03 -0400
committerGitHub <noreply@github.com>2022-04-25 09:35:03 -0400
commita9f8fb9cea7763e45e2e848a62df345d79893ef0 (patch)
treef6826812a0cf2d27d66fe963893d31d04434c57a /docs/source/markdown/podman.1.md
parentba6356280a86531d3cda7016859aef98bb3d8272 (diff)
parent13079abe3f7998f01d1b2e30dae3660cfb5a98c8 (diff)
downloadpodman-a9f8fb9cea7763e45e2e848a62df345d79893ef0.tar.gz
podman-a9f8fb9cea7763e45e2e848a62df345d79893ef0.tar.bz2
podman-a9f8fb9cea7763e45e2e848a62df345d79893ef0.zip
Merge pull request #13981 from rhatdan/volume
Add support for passing --volumepath
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r--docs/source/markdown/podman.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index aad12c584..3d1578ea1 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -193,6 +193,10 @@ Some example URL values in valid formats:
Print the version
+#### **--volumepath**=*value*
+
+Volume directory where builtin volume information is stored (default: "/var/lib/containers/storage/volumes" for UID 0, "$HOME/.local/share/containers/storage/volumes" for other users). Default volume path can be overridden in `containers.conf`.
+
## Environment Variables
Podman can set up environment variables from env of [engine] table in containers.conf. These variables can be overridden by passing environment variables before the `podman` commands.