-
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
Please support --module
feature in quadlet
#20246
Comments
|
Thanks for the feedback, @sanmai-NL. Are the --help message and the docs sufficiently clear? I'm happy to improve but probably need an outside perspective. |
I think we are bike shedding.
ContainersConfModule seems like a stutter, since you are in the [containers] section. (Although will this work in a .kube, .volume, .network file? |
Feature request description
Podman now supports a
module
option to enable setting multiple containers.conf level options. Quadlet should support using this feature as well.Suggest potential solution
Add the necessary code in the quadlet config file and in constructing podman commands to enable its usage
Have you considered any alternatives?
The PodmanArgs catch-all may work for some cases, but according to the community discussion on 10/3/2023 the order of command line args is very important; --module options need to be set early in the command line
Additional context
No response
The text was updated successfully, but these errors were encountered: