NAME¶
podman-volume - Simple management tool for volumes
SYNOPSIS¶
podman volume subcommand
DESCRIPTION¶
podman volume is a set of subcommands that manage volumes.
SUBCOMMANDS¶
Command |
Man Page |
Description |
---|---|---|
create |
Create a new volume. |
|
exists |
Check if the given volume exists. |
|
export |
Export volume to external tar. |
|
import |
Import tarball contents into an existing podman volume. |
|
inspect |
Get detailed information on one or more volumes. |
|
ls |
List all the available volumes. |
|
mount |
Mount a volume filesystem. |
|
prune |
Remove all unused volumes. |
|
reload |
Reload all volumes from volumes plugins. |
|
rm |
Remove one or more volumes. |
|
unmount |
Unmount a volume. |
SEE ALSO¶
HISTORY¶
November 2018, Originally compiled by Urvashi Mohnani umohnani@redhat.com