podman volume create data

Category: Kubernetes & Containers

podman volume create data

Create a named volume

Creates a volume called data, a piece of persistent storage that survives container removal and can be shared between containers. Mount it with -v data:/app/data on podman run. List volumes with podman volume ls.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.