You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the systemd service is fine the way it is, the actual behavior of podman-compose needs to be adjusted such that the pod is created with the containers.
Pods are supposed to track groups of containers, the "project" should map to a single pod, assuming I'm not misinterpreting anything from the docs I've seen.
@yanghl12138 thanks for opening an issue.
The issue was fixed in #964 by adding a custom section in the compose file so the user can set the preferred value for --in-pod.
If there is no custom --in-pod value in compose file or in command line, --in-pod defaults to True so there is no need to update [email protected] file. @p12tic the problem can be closed.
Describe the bug
Because pod are not created by default#673, [email protected] Should be modified
This is the file generated by
podman-compose systemd -a create-unit
The line
should be
To Reproduce
Expected behavior
Create pod_busybox and start the service using systemd command.
Actual behavior
No pod created.
Output
Environment:
dnf
)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: