summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUrvashi Mohnani <umohnani@redhat.com>2021-09-20 10:55:43 -0400
committerMatthew Heon <matthew.heon@pm.me>2021-09-22 16:23:09 -0400
commitc66db2b704cf5c98bdf1ecc337aeb5550e6ecd70 (patch)
tree7f364a9041cf0f0464bd24c29edc0ca09ffbfb5f /docs
parent7bfe9ca3daec52cc5599688db8db121060b17623 (diff)
downloadpodman-c66db2b704cf5c98bdf1ecc337aeb5550e6ecd70.tar.gz
podman-c66db2b704cf5c98bdf1ecc337aeb5550e6ecd70.tar.bz2
podman-c66db2b704cf5c98bdf1ecc337aeb5550e6ecd70.zip
[CI:DOCS] Add link to skopeo delete in podman rmi
Add a note pointing to skopeo delete for when users want to delete an image in a remote registry. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-rmi.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md
index e34b1964b..4f3ec5541 100644
--- a/docs/source/markdown/podman-rmi.1.md
+++ b/docs/source/markdown/podman-rmi.1.md
@@ -12,6 +12,8 @@ podman\-rmi - Removes one or more locally stored images
Removes one or more locally stored images.
Passing an argument _image_ deletes it, along with any of its dangling parent images. A dangling image is an image without a tag and without being referenced by another image.
+Note: To delete an image from a remote registry, use the [**skopeo delete**](https://github.com/containers/skopeo/blob/main/docs/skopeo-delete.1.md) command. Some registries do not allow users to delete an image via a CLI remotely.
+
## OPTIONS
#### **--all**, **-a**
@@ -51,7 +53,7 @@ $ podman rmi -a -f
**125** The command fails for any other reason
## SEE ALSO
-podman(1)
+podman(1), skopeo-delete(1)
## HISTORY
March 2017, Originally compiled by Dan Walsh <dwalsh@redhat.com>