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.