podman/docs/source/volume.rst
Sorin Sbarnea e9cd3319cf Enable pre-commit tool linting
This should help use keep the codebase more consistent, and avoid sevel
whitespace related issues, or bad file permissions.

pre-commit allows us to easily introduce other linters in follow-ups,
like bashate.

Note: pre-commit tool does *not* install any git-hooks. Making commits
will will call the tool unless you deliverately tell it to install the
hooks.

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2020-01-14 13:42:59 +00:00

12 lines
380 B
ReStructuredText

Volume
======
:doc:`create <markdown/podman-volume-create.1>` Create a new volume
:doc:`inspect <markdown/podman-volume-inspect.1>` Display detailed information on one or more volumes
:doc:`ls <markdown/podman-volume-ls.1>` List volumes
:doc:`prune <markdown/podman-volume-prune.1>` Remove all unused volumes
:doc:`rm <markdown/podman-volume-rm.1>` Remove one or more volumes