Other Pages

Expand All

Docker

Step 1: Install Docker

Option 1.1: Docker for Mac

Download and install the Stable verion

Option 1.2: Docker for Windows

Download and install the Stable version

Option 1.3: Docker for Ubuntu

Download and install the Stable version

Option 1.4: Docker for other platforms

Step 2: Install Git

Option 2.1: Macintosh

Follow Step 1 through Step 4 in OSX Rvm

Option 2.2: Windows

Go to http://git-scm.com and download and run the installer.

Option 2.3: Ubuntu

Open a terminal (Applications > Accessories > Terminal).

Type this in the terminal:
sudo apt-get install git

Next Step: