I recently changed my MAC and installed docker with Docker version 20.10.8, build 3967b7d and deployed some of SpringBoot Apps... they are accessible with localhost:port but not with below mentioned Docker HOST URLs like
- gateway.docker.internal:port
- host.docker.internal:port
In my old MAC I was able to access Docker container with URL gateway.docker.internal... Old Laptop is no more with me so cant put old Docker version...
I did docker inspect ... | grep Address also but the IP coming out of the command is also not working. It just waits there forever.
But what is the Docker HOST URL or IP for Docker version mentioned above.