mirror of https://github.com/docker/compose.git
Merge pull request #78 from orchardup/document-docker-version
Document which versions of Docker Fig supports
This commit is contained in:
commit
b0ac88fd06
|
@ -5,8 +5,8 @@ python:
|
||||||
- '3.2'
|
- '3.2'
|
||||||
- '3.3'
|
- '3.3'
|
||||||
env:
|
env:
|
||||||
- DOCKER_VERSION=0.7.6
|
|
||||||
- DOCKER_VERSION=0.8.0
|
- DOCKER_VERSION=0.8.0
|
||||||
|
- DOCKER_VERSION=0.8.1
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: '3.2'
|
- python: '3.2'
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Installing Fig
|
||||||
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
|
$ 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
|
$ chmod +x /usr/local/bin/docker-osx
|
||||||
|
|
Loading…
Reference in New Issue