-
Notifications
You must be signed in to change notification settings - Fork 521
Support creating pods with --infra=true
#442
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
Comments
I've just pushed a fix, you can pass whatever pod creation arguments you want. the current default is it's used like this
or
|
Looking at https://github.com/containers/podman-compose/tags there is no tag after December 2021, and this was implemented in March 2022 . Is there any plan for a new release? |
we have release podman 1.0.6 with |
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
When creating a pod,
podman-compose
is currently hard-coded to pass--infra=false
. However, if it is desired to generate systemd service units from a pod, thepodman
will not do so unless the pod was created with--infra=true
Describe the solution you'd like
Provide a command line argument such that, if a pod is being created, allow the user to choose whether
--infra=true
or--infra=false
is passed to thepodman pod create
command.The text was updated successfully, but these errors were encountered: