Hi, Travis!
I am new to docker, appreciate for your tutorial.
After I ran docker run --rm -it -p 8080:8080 treeder/go-hello-http and open http://localhost:8080/, I got a blank page.
It occurred to me that the docker official site has mentioned DOCKER_HOST was not point to 0.0.0.0, then I ran docker-machine ip default and get a response 192.168.99.100.
And thus I can see hello world in 192.168.99.100:8080/.
Is this problem only happen in new version of docker(1.8.1)?
Hi, Travis!
I am new to docker, appreciate for your tutorial.
After I ran
docker run --rm -it -p 8080:8080 treeder/go-hello-httpand open http://localhost:8080/, I got a blank page.It occurred to me that the docker official site has mentioned DOCKER_HOST was not point to
0.0.0.0, then I randocker-machine ip defaultand get a response192.168.99.100.And thus I can see
hello worldin 192.168.99.100:8080/.Is this problem only happen in new version of docker(1.8.1)?