Merge pull request #2188 from TomSweeneyRedHat/dev/tsweeney/pullall

Add --all-tags to pull command
This commit is contained in:
OpenShift Merge Robot
2019-02-15 14:45:03 +01:00
committed by GitHub
5 changed files with 83 additions and 11 deletions

View File

@ -45,6 +45,10 @@ Image stored in local container/storage
## OPTIONS
**--all-tags, a**
All tagged images in the repository will be pulled.
**--authfile**
Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.