-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Set system wide default behavior of podman run --image-volume to one of the available options #14230
Closed
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.
Comments
openshift-ci
bot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
May 13, 2022
Thanks for reaching out, @vikas-goel! |
I agree. |
@vikas-goel, are you interested in opening a PR? |
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 13, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
No dea why this was closed automatically. Opened a PR for common, If @vikas-goel is interested in plugging this into Podman, go for it, once the common patch merges. |
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 13, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 13, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 17, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 17, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 18, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 18, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
May 18, 2022
Begins to fix containers/podman#14230 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
May 26, 2022
Fixes: containers#14230 Signed-off-by: Daniel J Walsh <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
/kind feature
Description
Podman has this nice feature to ignore the builtin image volumes using
--image-volume, builtin-volume=bind|tmpfs|ignore
. This is handy in a hardened system. However, when using Docker Compose, this option cannot be used. It will be very useful if this option can be set in containers.conf so that it is effective by default for every container.The text was updated successfully, but these errors were encountered: