From dba2f078cb93085c84975db008160173060aba53 Mon Sep 17 00:00:00 2001 From: Cole Brumley Date: Mon, 28 Dec 2015 18:13:57 -0600 Subject: [PATCH] I needed to RTFM --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 2bf3e2d..c6c3df6 100644 --- a/circle.yml +++ b/circle.yml @@ -1,4 +1,8 @@ machine: + pre: + - echo 'DOCKER_OPTS="-s btrfs -e lxc -D --userland-proxy=false"' | sudo tee -a /etc/default/docker + - sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci-cp-workaround' + - sudo chmod 0755 /usr/bin/docker services: - docker