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
Any update? or if it is not possible please let us know by adding a section in docker hub so people know that it does not have something like that.
I also tried to exec inside it and check what is available but it seems this image has a very fundamental issue. $PATH is unknown. In other word curl, wget or any kind of command in general cannot be used. Try to exec into it like this:
docker exec -it container_id /bin/sh
# or
docker exec -it container_id /bin/bash
# or
docker exec -it container_id bash
I am trying to do simple thing - check readiness probe with docker-compose.
tag - 5.15.0
After about 60s server fails.
The text was updated successfully, but these errors were encountered: