-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document --volume from podman-remote run/create client #9882
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is not correct. |
Why would we want to support this? |
podman-remote main use case in on Macs and Windows, and remote machines, I don't see this as a common behaviour and set's bad expectations. |
Well first there are users who use this, see #8473. Second, how do you provide persistent storage for your containers when you disable the --volume flag. (I know you just hide them, but still documenting that this doesn't work is wrong.) |
|
|
Beaten into submission. |
[NO TESTS NEEDED] This PR is mainly documentation and some code cleanup. Also cleanup and consolidate handling of other hanlding of podman-remote hidden options. Fixes: containers#9874 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
I changed the podman-remote help to reflect this information as well. ./bin/podman-remote run --help | grep -- -v, |
LGTM |
/lgtm |
/hold cancel |
[NO TESTS NEEDED] This PR is mainly documentation and some code cleanup.
Also cleanup and consolidate handling of other hanlding of podman-remote
hidden options.
Fixes: #9874
Signed-off-by: Daniel J Walsh dwalsh@redhat.com