diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-23 07:05:59 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-23 08:03:36 -0400 |
commit | 13079abe3f7998f01d1b2e30dae3660cfb5a98c8 (patch) | |
tree | cc8c0c15b5d09358f4beb9e2c4bc6389604ecca3 /docs/source | |
parent | f65f3320e1124c94db053c1f811487920ae2a70e (diff) | |
download | podman-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/source')
-rw-r--r-- | docs/source/markdown/podman.1.md | 4 |
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. |