From 17b9801ec940fe78c1b67eaddf869083c6cacfb9 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 3 Mar 2014 15:43:10 +0000 Subject: [PATCH 1/2] Document what version of Docker is supported --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a2d8ba4c0..27d66af2f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 From 343d3bb5569f0edaccb9799b2ebe9fc2c6c9bb7c Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 3 Mar 2014 15:43:48 +0000 Subject: [PATCH 2/2] Remove unsupported Docker 0.7.6 from Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e5fbbd7b..d30066e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: - '3.2' - '3.3' env: -- DOCKER_VERSION=0.7.6 - DOCKER_VERSION=0.8.0 +- DOCKER_VERSION=0.8.1 matrix: allow_failures: - python: '3.2'