diff options
author | Jake Correnti <jcorrenti13@gmail.com> | 2022-07-13 21:41:16 -0400 |
---|---|---|
committer | Jake Correnti <jcorrenti13@gmail.com> | 2022-07-14 10:54:24 -0400 |
commit | 90607a6d04ad96d1821e8f50157d6e8aa600cdf5 (patch) | |
tree | a3d667ec843547b0beff9afdb230328102a3167f /docs/source/markdown | |
parent | 5c3eec55895c9ca4c36571e1e919f0cb8632bedb (diff) | |
download | podman-90607a6d04ad96d1821e8f50157d6e8aa600cdf5.tar.gz podman-90607a6d04ad96d1821e8f50157d6e8aa600cdf5.tar.bz2 podman-90607a6d04ad96d1821e8f50157d6e8aa600cdf5.zip |
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>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-pull.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pull.1.md b/docs/source/markdown/podman-pull.1.md index 928bbc6fe..99e227226 100644 --- a/docs/source/markdown/podman-pull.1.md +++ b/docs/source/markdown/podman-pull.1.md @@ -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. |