Created
October 19, 2016 09:51
-
-
Save clarenceb/0f4f8df45f99c4247b6aaad706ecbdca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| General | |
| ======= | |
| If you are running a VPN, turn it off before installing DockerToolbox (and probably also whilst using it). VPNs can interfere with the network interfaces used docker-machine and VirtualBox. | |
| MacOS | |
| ===== | |
| If you have existing, older versions of VirtualBox or DockerToolbox please uninstall them. | |
| Download and install: | |
| * VirtualBox 5.1.x: http://download.virtualbox.org/virtualbox/5.1.6/VirtualBox-5.1.6-110634-OSX.dmg | |
| * DockerToolbox 1.12.2: https://github.com/docker/toolbox/releases/download/v1.12.2/DockerToolbox-1.12.2.pkg | |
| Windows | |
| ======= | |
| If you have existing, older versions of VirtualBox or DockerToolbox please uninstall them. | |
| Download and install: | |
| * Git for Windows: https://git-scm.com/download/win | |
| * VirtualBox 5.1.x: http://download.virtualbox.org/virtualbox/5.1.6/VirtualBox-5.1.6-110634-Win.exe | |
| * DockerToolbox 1.12.2: https://github.com/docker/toolbox/releases/download/v1.12.2/DockerToolbox-1.12.2.exe | |
| Test Setup | |
| ========== | |
| Open a Bash-based terminal window: | |
| - "Git Bash" on Windows | |
| - "Terminal" or "iTerm2" on MacOS | |
| Download and run this test script: | |
| wget https://gist.githubusercontent.com/clarenceb/1b72793451ebbe743b4e4ad91a410db8/raw/066f761e7d58b4a016a76a2797d787add200e824/tutorial_check.sh | |
| bash ./tutorial_check.sh | |
| If it succeeds then you should be ok for the hands-on exercises. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment