Skip to content

Instantly share code, notes, and snippets.

@davidmoten
Created September 24, 2014 00:58
Show Gist options
  • Save davidmoten/103478198131a4d5c261 to your computer and use it in GitHub Desktop.
Save davidmoten/103478198131a4d5c261 to your computer and use it in GitHub Desktop.
setup docker on ubuntu
$!/bin/bash
sudo apt-get purge docker.io
curl -s https://get.docker.io/ubuntu/ | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment