-
Notifications
You must be signed in to change notification settings - Fork 518
Podman Compose 1.3.0 up -d
command never returns/finishes/ends
#1178
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
This seems to be related to the podman version. I can run your example successfully w/ a more recent podman:
The podman-compose and podman versoins are as follows:
So you may try to work around this issue by upgrade to podman 5.x. Hope this helps! |
Just to supply additional findings regarding this issue. It is indeed bug which fails to take into account the fact that podman prior to 4.6.0 doesn't support "podman wait --conditioni=healthy" and enters a dead loop. This bug is fixed by the PR #1184. @ArthoPacini, do you have any chance to validate the PR #1184? Thanks! |
Fixed in #1184. |
Describe the bug
When running
podman-compose up -d
the command never returns, it stalls / freezesTo Reproduce
docker-compose.yaml
:docker-compose up -d
:Expected behavior
The command should end
Actual behavior
It requires
CTRL-C
to be called to terminate the program in which it outputs:Output
Environment:
The text was updated successfully, but these errors were encountered: