Open aokhonchenko opened 3 months ago
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
So I guess the problem lies in $PATH
.
I am trying to do simple thing - check readiness probe with docker-compose.
tag - 5.15.0
After about 60s server fails.