Created
November 27, 2017 08:15
-
-
Save cburmeister/28f49858ce17e4b68531d61ef1e3dae1 to your computer and use it in GitHub Desktop.
Update docker on Ubuntu
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
service docker stop | |
apt-get remove docker.io | |
wget -qO- https://get.docker.com/ | sh | |
service docker start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment