diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2021-01-19 23:03:51 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2021-01-21 19:18:51 +0100 |
commit | 9d31fed5f75186f618e95ab7492ef6bc2b511d5f (patch) | |
tree | 11215b0dd70351b4157fd19a17c65d4fcfca77ed /docs/source/volume.rst | |
parent | 7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce (diff) | |
download | podman-9d31fed5f75186f618e95ab7492ef6bc2b511d5f.tar.gz podman-9d31fed5f75186f618e95ab7492ef6bc2b511d5f.tar.bz2 podman-9d31fed5f75186f618e95ab7492ef6bc2b511d5f.zip |
podman volume exists
Add podman volume exists command with remote support.
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs/source/volume.rst')
-rw-r--r-- | docs/source/volume.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/volume.rst b/docs/source/volume.rst index a966feafd..ce9ea2cbd 100644 --- a/docs/source/volume.rst +++ b/docs/source/volume.rst @@ -2,6 +2,8 @@ Volume ====== :doc:`create <markdown/podman-volume-create.1>` Create a new volume +:doc:`exists <markdown/podman-volume-exists.1>` Check if the given volume exists + :doc:`inspect <markdown/podman-volume-inspect.1>` Display detailed information on one or more volumes :doc:`ls <markdown/podman-volume-ls.1>` List volumes |