diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-25 09:35:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 09:35:03 -0400 |
commit | a9f8fb9cea7763e45e2e848a62df345d79893ef0 (patch) | |
tree | f6826812a0cf2d27d66fe963893d31d04434c57a /docs/source | |
parent | ba6356280a86531d3cda7016859aef98bb3d8272 (diff) | |
parent | 13079abe3f7998f01d1b2e30dae3660cfb5a98c8 (diff) | |
download | podman-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')
-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. |