mirror of
https://github.com/containers/podman.git
synced 2025-06-15 22:04:32 +08:00
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:

committed by
Matthew Heon

parent
f07d2bac4b
commit
53edd9b654
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user