From c16f4d4041cc6e737a200505e86296eb5edf3beb Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 16 Sep 2014 15:57:48 -0700 Subject: [PATCH] Recommend boot2docker in installation instructions Fixes #26 Signed-off-by: Ben Firshman --- docs/install.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/install.md b/docs/install.md index 02bdce0f9..1df062d3e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,13 +6,15 @@ title: Installing Fig Installing Fig ============== -First, install Docker version 1.0 or greater. If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx): +First, install Docker version 1.3 or greater. - $ curl https://raw.githubusercontent.com/noplay/docker-osx/1.1.1/docker-osx > /usr/local/bin/docker-osx - $ chmod +x /usr/local/bin/docker-osx - $ docker-osx shell +If you're on OS X, you can use the [OS X installer](https://docs.docker.com/installation/mac/). You'll also need to set an environment variable to point at the Boot2Docker virtual machine: -Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubuntulinux/) and [other platforms](http://docs.docker.io/en/latest/installation/) in their documentation. + $ export DOCKER_HOST=tcp://`boot2docker ip`:2375 + +If you want this to persist across shell sessions, you can add it to your `~/.bashrc` file. + +There are also guides for [Ubuntu](https://docs.docker.com/installation/ubuntulinux/) and [other platforms](https://docs.docker.com/installation/) in Docker’s documentation. Next, install Fig. On OS X: