Add podman volume create -d short option for driver

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-11-09 16:28:54 -05:00
parent c75b05996d
commit 836ca6c008
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ driver options can be set using the **--opt** flag.
## OPTIONS
#### **--driver**=*driver*
#### **--driver**, **-d**=*driver*
Specify the volume driver name (default **local**).
There are two drivers supported by Podman itself: **local** and **image**.