Skip to content

Commit c16f4d4

Browse files
committed
Recommend boot2docker in installation instructions
Fixes #26 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 9df5481 commit c16f4d4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/install.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ title: Installing Fig
66
Installing Fig
77
==============
88

9-
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):
9+
First, install Docker version 1.3 or greater.
1010

11-
$ curl https://raw.githubusercontent.com/noplay/docker-osx/1.1.1/docker-osx > /usr/local/bin/docker-osx
12-
$ chmod +x /usr/local/bin/docker-osx
13-
$ docker-osx shell
11+
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:
1412

15-
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.
13+
$ export DOCKER_HOST=tcp://`boot2docker ip`:2375
14+
15+
If you want this to persist across shell sessions, you can add it to your `~/.bashrc` file.
16+
17+
There are also guides for [Ubuntu](https://docs.docker.com/installation/ubuntulinux/) and [other platforms](https://docs.docker.com/installation/) in Docker’s documentation.
1618

1719
Next, install Fig. On OS X:
1820

0 commit comments

Comments
 (0)