by Alex Eckelberry | Nov 6, 2015 | Docker How-to
Getting Docker running on Windows can be a PITA, but Ian Hopkinson makes a brave attempt. And he got it working just fine. It came down to installing Python 3, installing Git for Windows and mysysgit, with a bit of duct-tape and bailing wire. You can read more here....
by Alex Eckelberry | Oct 21, 2015 | Docker General, Docker How-to
If you’re getting this error on Mac OS X, try the following command: eval “$(docker-machine env default)” While the Docker QuickStart Terminal should keep this in its profile, sometimes Docker needs this command to be run...