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
The check succeeds even though the container is clearly not listening to port 8080, because container-canary is connecting to the Docker proxy, rather than the actual process inside the container.
Unfortunately, I'm not sure on how to actually fix this. We may have to simply issue a warning for this particular check.
The text was updated successfully, but these errors were encountered:
Consider the following:
The check succeeds even though the container is clearly not listening to port 8080, because
container-canary
is connecting to the Docker proxy, rather than the actual process inside the container.Unfortunately, I'm not sure on how to actually fix this. We may have to simply issue a warning for this particular check.
The text was updated successfully, but these errors were encountered: