Reputation: 756
My question is quite simple and intuitive but I cannot get it resolved for weeks.
I'm using Docker on windows 8. (Of course it's Docker toolbox+VirtualBox). And I pushed image to Docker Hub and using Kitematic to deploy R shiny app.
The pic above shows it's running but I cannot access it through the given Docker machine IP 192.168.99.100:32772
I also used docker inspect
to get the container IP(172.17.0.3) but did not work neither.
I've also already consulted other related posts on stackoverflow, thanks for any advice in advance.
How to get into a docker container?
How to get IP address of running docker container
Upvotes: 3
Views: 364
Reputation: 184
Can you try to execute the docker image keeping your proxy server checkbox uncheck.
Path -> Chrome Browser -> Right Top Corner (3 dots ) -> Settings -> Open Proxy Settings -> Connections Tab -> LAN Settings -> Proxy Server -> Uncheck the proxy
Launch the docker console ( or cmd) and do docker run to execute your docker image
Upvotes: 1