-
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
APIv2 /containers/{id}/wait doesn't work with correct condition enumeration #8697
Comments
Calls like this fails.
|
I could work on this if nobody else wants to. |
You got it. |
A friendly reminder that this issue had no activity for 30 days. |
@matejvasek Any progress? |
@rhatdan I should get to this soon. I think I could get PR sometimes next week. Unfortunately, before starting working directly on this I spent (or wasted?) some time on related issue. There is a problem when waiting process is forcefully killed, like with |
Currently the used enumeration is here:
podman/libpod/define/containerstate.go
But docker uses different values:
The text was updated successfully, but these errors were encountered: