diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-20 12:31:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 12:31:43 -0400 |
commit | 8ccaebb853a53877a5ac446af5bb5892019565ce (patch) | |
tree | 3adc46ea4f1882fd9ebf4e2717ed835451266877 | |
parent | cc6a85bcde1e7068105502dbc21afbb51b3e70d5 (diff) | |
parent | 665b451e51584b06c6be561bdd49259ea71f4094 (diff) | |
download | podman-8ccaebb853a53877a5ac446af5bb5892019565ce.tar.gz podman-8ccaebb853a53877a5ac446af5bb5892019565ce.tar.bz2 podman-8ccaebb853a53877a5ac446af5bb5892019565ce.zip |
Merge pull request #11661 from umohnani8/docs
[CI:DOCS] Add link to skopeo delete in podman rmi
-rw-r--r-- | docs/source/markdown/podman-rmi.1.md | 4 |
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> |