summaryrefslogtreecommitdiff
path: root/docs/podman-pull.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-01-18 20:01:29 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-02-09 20:00:19 -0500
commit1543a01be874af690b7ade9b226d9d62e43ac036 (patch)
tree1c0ced1346aedfb72f4936c740f176f8b527589c /docs/podman-pull.1.md
parentc86e8f180c8b0cdbd1bafe327c4671370096c45f (diff)
downloadpodman-1543a01be874af690b7ade9b226d9d62e43ac036.tar.gz
podman-1543a01be874af690b7ade9b226d9d62e43ac036.tar.bz2
podman-1543a01be874af690b7ade9b226d9d62e43ac036.zip
Add --all-tags to pull command
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Add --all-tags for the `podman pull` command so all tags of an image will be pulled, not just ':latest'. Emulates the change in Buildah https://github.com/containers/buildah/pull/1263 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r--docs/podman-pull.1.md4
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`.