Skip to content

Commit

Permalink
I needed to RTFM
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Brumley committed Dec 29, 2015
1 parent 604ee76 commit dba2f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit dba2f07

Please sign in to comment.