Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #4

Open
bparanj opened this issue Jun 14, 2015 · 0 comments
Open

Not working #4

bparanj opened this issue Jun 14, 2015 · 0 comments

Comments

@bparanj
Copy link

bparanj commented Jun 14, 2015

I used the IP address I got from boot2docker ip on Mac OS 10.7.5.
Browsing to http://192.168.59.103:80 is not working.

I also went through the lab exercise on a Ubuntu 14.04 instance running on VirtualBox, it is also getting error:

root@riak:/home/bparanj/projects/namer# curl http://localhost:8089
curl: (7) couldn't connect to host
root@riak:/home/bparanj/projects/namer# curl http://localhost
curl: (52) Empty reply from server
root@riak:/home/bparanj/projects/namer# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fc585bc8e8ce training/namer:latest "rackup" About a minute ago Up About a minute 0.0.0.0:80->9292/tcp stupefied_tesla

root@riak:/home/bparanj/projects/namer# curl http://0.0.0.0:80
curl: (52) Empty reply from server
root@riak:/home/bparanj/projects/namer# curl http://localhost:80
curl: (52) Empty reply from server
root@riak:/home/bparanj/projects/namer# curl http://localhost:8089
curl: (7) couldn't connect to host
root@riak:/home/bparanj/projects/namer# curl http://localhost
curl: (52) Empty reply from server
root@riak:/home/bparanj/projects/namer# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fc585bc8e8ce training/namer:latest "rackup" About a minute ago Up About a minute 0.0.0.0:80->9292/tcp stupefied_tesla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@bparanj and others