diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-24 11:54:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 11:54:37 -0700 |
commit | d75543fcd2ce87a9b87b8883400f355979004e91 (patch) | |
tree | e923dc180773d312b2f09b39e86fbc2a85042578 /docs | |
parent | 730309cb42d0ecf452d64261899ad29886eb4350 (diff) | |
parent | b90a5107e9b2c6b619aa60264603f04744c41631 (diff) | |
download | podman-d75543fcd2ce87a9b87b8883400f355979004e91.tar.gz podman-d75543fcd2ce87a9b87b8883400f355979004e91.tar.bz2 podman-d75543fcd2ce87a9b87b8883400f355979004e91.zip |
Merge pull request #3002 from vrothberg/fix-pulling
pull: special case all-tags semantics
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-pull.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 92740c3af..ab01bb40d 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -49,6 +49,8 @@ Image stored in local container/storage All tagged images in the repository will be pulled. +Note: When using the all-tags flag, Podman will not iterate over the search registries in the containers-registries.conf(5) but will always use docker.io for unqualified image names. + **--authfile** Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. |