I use boot2docker in windows Docker version: Client version: 0.12.0 Client API version: 1.12 Go version (client): go1.2.1 Git commit (client): 14680bf Server version: 0.12.0 Server API version: 1.12 Go version (server ): go1.2.1 Git commit (server): 14680bf
I basically look through the user manual, everything works as planned, but it looks through the training jar application ( http://docs.docker.com/userguide/usingdocker/ ) my browser cannot connect to the web server.
I tried every version of my ip address, hostname, ... nothing. Always "unable to connect."
The docker image is working fine:
8e9f917617ef training / webapp: last python app.py 15 seconds ago Up 14 seconds 0.0.0.0:49153-> 5000 / tcp kickass_carson
Since this is the main guide, I would expect that all the bases will be covered ... but maybe something is not indicated in the windows (or boot2docker). I just can’t find it.
Bjorn source
share