diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-15 14:45:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 14:45:03 +0100 |
commit | 40c6d5c98c04870e814ff99acda03ad5c6c23cdc (patch) | |
tree | 6ff9ae1209fce012607cfa43039139ba36f8d1e2 /docs | |
parent | 5a0a1144c5341534c56e27cada481682fb4c810f (diff) | |
parent | 1543a01be874af690b7ade9b226d9d62e43ac036 (diff) | |
download | podman-40c6d5c98c04870e814ff99acda03ad5c6c23cdc.tar.gz podman-40c6d5c98c04870e814ff99acda03ad5c6c23cdc.tar.bz2 podman-40c6d5c98c04870e814ff99acda03ad5c6c23cdc.zip |
Merge pull request #2188 from TomSweeneyRedHat/dev/tsweeney/pullall
Add --all-tags to pull command
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-pull.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 2196e251e..bce11b096 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -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`. |