mirror of
https://github.com/containers/podman.git
synced 2025-09-28 09:15:26 +08:00

Adds support for transferring data between systems and backing up systems. Use cases: recover from disasters or move data between machines. Signed-off-by: flouthoc <flouthoc.git@gmail.com>
16 lines
542 B
ReStructuredText
16 lines
542 B
ReStructuredText
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:`export <markdown/podman-volume-export.1>` Exports volume to external tar
|
|
|
|
: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
|