Merge pull request #78 from orchardup/document-docker-version

Document which versions of Docker Fig supports
This commit is contained in:
Ben Firshman 2014-03-03 17:02:13 +00:00
commit b0ac88fd06
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ title: Installing Fig
Installing Fig
==============
First, install Docker. If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx):
First, install Docker (version 0.8 or higher). If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx):
$ curl https://raw.github.com/noplay/docker-osx/0.8.0/docker-osx > /usr/local/bin/docker-osx
$ chmod +x /usr/local/bin/docker-osx