Skip to content

Instantly share code, notes, and snippets.

@BenHall
Created June 9, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenHall/570798084fcded0ace3d28439a71315a to your computer and use it in GitHub Desktop.
Save BenHall/570798084fcded0ace3d28439a71315a to your computer and use it in GitHub Desktop.
downgrade boot2docker
curl -LO https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz
tar -xvf docker-17.05.0-ce.tgz
cp -r docker/* /usr/local/bin
/etc/init.d/docker restart
docker version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment