summaryrefslogtreecommitdiff
path: root/cmd/podman/common/volumes.go
Commit message (Collapse)AuthorAge
* Enable basic volumes support in Podmanv2Matthew Heon2020-04-22
This enables the --volume, --mount, and --tmpfs flags in Podmanv2. It does not enable init-related flags, image volumes, and --volumes-from. Signed-off-by: Matthew Heon <matthew.heon@pm.me>