Add support for passing --volumepath

Fixes: https://github.com/containers/podman/issues/13860

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-04-23 07:05:59 -04:00
parent f65f3320e1
commit 13079abe3f
5 changed files with 21 additions and 0 deletions

View File

@ -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.