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
Also, the fact that we need to exec waitContainerCmd after the container start, is weird.
In my case, I have overridden the WaitContainerCmdExec class so the condition to be next-exit for my use case. With this, I am able to start waiting before starting the container and therefore get the status code.
I recommend having a way to set the condition on wait container.