Skip to content

Commit

Permalink
[CI:DOCS] Add link to skopeo delete in podman rmi
Browse files Browse the repository at this point in the history
Add a note pointing to skopeo delete for when
users want to delete an image in a remote registry.

Signed-off-by: Urvashi Mohnani <[email protected]>
  • Loading branch information
umohnani8 authored and mheon committed Sep 22, 2021
1 parent 7bfe9ca commit c66db2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/markdown/podman-rmi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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 <[email protected]>

0 comments on commit c66db2b

Please sign in to comment.