summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-04-23 07:05:59 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-04-23 08:03:36 -0400
commit13079abe3f7998f01d1b2e30dae3660cfb5a98c8 (patch)
treecc8c0c15b5d09358f4beb9e2c4bc6389604ecca3 /docs
parentf65f3320e1124c94db053c1f811487920ae2a70e (diff)
downloadpodman-13079abe3f7998f01d1b2e30dae3660cfb5a98c8.tar.gz
podman-13079abe3f7998f01d1b2e30dae3660cfb5a98c8.tar.bz2
podman-13079abe3f7998f01d1b2e30dae3660cfb5a98c8.zip
Add support for passing --volumepath
Fixes: https://github.com/containers/podman/issues/13860 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-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.