Skip to content

Instantly share code, notes, and snippets.

@cburmeister
Created November 27, 2017 08:15
Show Gist options
  • Save cburmeister/28f49858ce17e4b68531d61ef1e3dae1 to your computer and use it in GitHub Desktop.
Save cburmeister/28f49858ce17e4b68531d61ef1e3dae1 to your computer and use it in GitHub Desktop.
Update docker on Ubuntu
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