mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00

Following feature makes sure that users can load contents of external tarball into the podman volumes. Signed-off-by: flouthoc <flouthoc.git@gmail.com>
18 lines
636 B
ReStructuredText
18 lines
636 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:`import <markdown/podman-volume-import.1>` Import tarball contents into a podman 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
|