Replies: 1 comment
-
|
This would be great, Systemd is not enabled in wsl (windows subsystem for Linux). So it means we cant use podman-compose for localhost testing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
podman relies on systemd to schedule the health checks. In case one wants to run PinP, either systemd needs to be run by the wrapping container, or the checks need to be done manually. How would you guys feel if a flag was provided that would enable systemd-providing features to be replaced by podman-compose? Then we could run the checks as scheduled async tasks.
Beta Was this translation helpful? Give feedback.
All reactions