Skip to content

Commit

Permalink
Work around Docker #25223
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jul 29, 2016
1 parent 4c7bd57 commit 7fbb8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gce.sh
Expand Up @@ -76,6 +76,7 @@ curl -sSL https://get.docker.com/ | sh
apt-get update -qq;
apt-get install -q -y --force-yes --no-install-recommends ethtool;
usermod -a -G docker vagrant;
sed -e "s/+)')/+)' | sed 1q)/" -i /etc/init/docker.conf;
echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -H unix:///var/run/alt-docker.sock -H tcp://0.0.0.0:2375 -s overlay"' >> /etc/default/docker;
service docker restart
EOF
Expand Down

0 comments on commit 7fbb8ec

Please sign in to comment.