[doc] podman run
doesn't elaborate about named volumes
#3811
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Neither
--volume
nor--mount
in here talk about named volumes. They only elaborate mounting a external data source with absolute path (which might be a cause of podman-compose attampts to create named volumes and bind mount them, and might lead to data loss).In Docker, both
-v
and-m
can mount named volumes. Just give it's name. Podman handles this the same way as well.Describe the results you received:
No documentation here talks about how to mount named volumes
Describe the results you expected:
Elaborate how to use
-v
and-m
inpodman run
to mount named volumes in a managed state.Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: