mirror of
https://github.com/containers/podman.git
synced 2025-05-23 01:57:56 +08:00

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>
12 lines
380 B
ReStructuredText
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
|