Merge pull request #1009 from aanand/update-docker-install-instructions

Point at official Docker install instructions rather than repeating them
This commit is contained in:
Ben Firshman 2015-02-25 19:11:08 +00:00
commit ac4e800763

View File

@ -10,20 +10,11 @@ Compose with a `curl` command.
### Install Docker ### Install Docker
First, you'll need to install Docker version 1.3 or greater. First, install Docker version 1.3 or greater:
If you're on OS X, you can use the - [Instructions for Mac OS X](http://docs.docker.com/installation/mac/)
[OS X installer](https://docs.docker.com/installation/mac/) to install both - [Instructions for Ubuntu](http://docs.docker.com/installation/ubuntulinux/)
Docker and the OSX helper app, boot2docker. Once boot2docker is running, set the - [Instructions for other systems](http://docs.docker.com/installation/)
environment variables that'll configure Docker and Compose to talk to it:
$(boot2docker shellinit)
To persist the environment variables across shell sessions, add the above line
to your `~/.bashrc` file.
For complete instructions, or if you are on another platform, consult Docker's
[installation instructions](https://docs.docker.com/installation/).
### Install Compose ### Install Compose