Open iamken1204 opened 9 years ago
You're probably on a Mac?
Yep, I use Mac.
That's why.
On Mon, Aug 24, 2015, 6:42 PM Kettan notifications@github.com wrote:
Yep, I use Mac.
— Reply to this email directly or view it on GitHub https://github.com/treeder/tiny-golang-docker/issues/1#issuecomment-134442556 .
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 randocker-machine ip default
and get a response192.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)?