From 2b89b241461c6baba777894f09a75df17dd05741 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 5 May 2021 16:38:32 -0400 Subject: Add support for podman manifest rm command This is mainly to match command line of Docker. Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-manifest-rm.1.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/source/markdown/podman-manifest-rm.1.md (limited to 'docs/source/markdown/podman-manifest-rm.1.md') diff --git a/docs/source/markdown/podman-manifest-rm.1.md b/docs/source/markdown/podman-manifest-rm.1.md new file mode 100644 index 000000000..396dd49c7 --- /dev/null +++ b/docs/source/markdown/podman-manifest-rm.1.md @@ -0,0 +1,25 @@ +# podman-manifest-rm "1" "April 2021" "podman" + +## NAME +podman\-manifest\-rm - Remove manifest list or image index from local storage + +## SYNOPSIS +**podman manifest rm** *list-or-index* [...] + +## DESCRIPTION +Removes one or more locally stored manifest lists. + +## EXAMPLE + +podman manifest rm + +podman manifest rm listid1 listid2 + +**storage.conf** (`/etc/containers/storage.conf`) + +storage.conf is the storage configuration file for all tools using containers/storage + +The storage configuration file specifies all of the available container storage options for tools using shared container storage. + +## SEE ALSO +podman(1), containers-storage.conf(5), podman-manifest(1) -- cgit v1.2.3-54-g00ecf