diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-05 16:38:32 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-19 17:32:02 -0400 |
commit | 2b89b241461c6baba777894f09a75df17dd05741 (patch) | |
tree | d2dfa80d41cd5bb7dac3c5bc51a1c7ddf28f02da /docs/source/manifest.rst | |
parent | 4c756268e6d0dbe90e61a59d9644e34a0f2d5f36 (diff) | |
download | podman-2b89b241461c6baba777894f09a75df17dd05741.tar.gz podman-2b89b241461c6baba777894f09a75df17dd05741.tar.bz2 podman-2b89b241461c6baba777894f09a75df17dd05741.zip |
Add support for podman manifest rm command
This is mainly to match command line of Docker.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/manifest.rst')
-rw-r--r-- | docs/source/manifest.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/manifest.rst b/docs/source/manifest.rst index b35deaad7..f0a06c2c7 100644 --- a/docs/source/manifest.rst +++ b/docs/source/manifest.rst @@ -14,3 +14,5 @@ Create and manipulate manifest lists and image indexes :doc:`push <markdown/podman-manifest-push.1>` Push a manifest list or image index to a registry :doc:`remove <markdown/podman-manifest-remove.1>` Remove an image from a manifest list or image index + +:doc:`rm <markdown/podman-manifest-rm.1>` Remove manifest list or image index from local storage |