Podman pull --all-tags shorthand option

I added the shorthand option for `podman pull --all-tags`. Like Docker,
Podman can now do `podman pull -a`.

Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
This commit is contained in:
Jake Correnti
2022-07-13 21:41:16 -04:00
committed by Matthew Heon
parent f07d2bac4b
commit 53edd9b654
3 changed files with 11 additions and 2 deletions

View File

@ -43,7 +43,7 @@ $ podman pull oci-archive:/tmp/myimage
```
## OPTIONS
#### **--all-tags**
#### **--all-tags**, **-a**
All tagged images in the repository will be pulled.