Created
June 9, 2017 15:51
-
-
Save BenHall/570798084fcded0ace3d28439a71315a to your computer and use it in GitHub Desktop.
downgrade boot2docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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