Skip to content

Instantly share code, notes, and snippets.

@tanmally
Last active August 29, 2015 13:57
Show Gist options
  • Save tanmally/9804222 to your computer and use it in GitHub Desktop.
Save tanmally/9804222 to your computer and use it in GitHub Desktop.
Install Order 1. Install docker , update ufw
sudo apt-get install linux-image-extra-`uname -r`
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\
> /etc/apt/sources.list.d/docker.list"
sudo apt-get update
# install latest Docker
sudo apt-get -y install lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment