diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-20 04:37:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 04:37:19 -0400 |
commit | cb937f4aa89abc3758bcc761839d3044d194b936 (patch) | |
tree | 747dba2f210f1d2586550617452300eac04e835c /docs/source/markdown/podman-manifest-rm.1.md | |
parent | 8bc39f4a90a658e92305369cc2628e2a65874506 (diff) | |
parent | 2b89b241461c6baba777894f09a75df17dd05741 (diff) | |
download | podman-cb937f4aa89abc3758bcc761839d3044d194b936.tar.gz podman-cb937f4aa89abc3758bcc761839d3044d194b936.tar.bz2 podman-cb937f4aa89abc3758bcc761839d3044d194b936.zip |
Merge pull request #10235 from rhatdan/manifest
Add support for podman manifest rm command
Diffstat (limited to 'docs/source/markdown/podman-manifest-rm.1.md')
-rw-r--r-- | docs/source/markdown/podman-manifest-rm.1.md | 25 |
1 files changed, 25 insertions, 0 deletions
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 <list> + +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) |