Boot2Docker: can't get ports forwarding to work
问题 I'm playing with boot2docker (docker 1.6) on windows 8.1. I wanted to make myself machine container to play with ruby and I want to be able to connect to rails server from my windows host. To start with small steps first I want to connect to my container from my boot2docker VM. I attach my docker file below, it builds without a problem and I can run a container from it. I do it like so: docker run -it -p 3000:3000 3564860f7afd /bin/bash Then in this container I say: cd ~/myapp && bundle exec