I\'m working through \"The Docker Book\", am on chapter 3, installing and running an Ubuntu container. I\'m on Windows 7.1, using Boot2Docker.
Here\'s what happens when
This works for me:
docker run -t -i ubuntu //bin/bash
The double // avoids the conversion[1]
[1] http://www.mingw.org/wiki/Posix_path_conversion