Merge pull request #16243 from alexlarsson/volume-create-ignore

Add podman volume create --ignore
This commit is contained in:
OpenShift Merge Robot
2022-10-26 15:00:51 -04:00
committed by GitHub
11 changed files with 80 additions and 18 deletions

View File

@ -29,6 +29,10 @@ Such plugins must be defined in the **volume_plugins** section of the **[contain
Print usage statement
#### **--ignore**
Don't fail if the named volume already exists, instead just print the name. Note that the new options are not applied to the existing volume.
#### **--label**, **-l**=*label*
Set metadata for a volume (e.g., --label mykey=value).