Skip to content

Instantly share code, notes, and snippets.

@ttekun
Created January 5, 2017 04:08
Show Gist options
  • Save ttekun/ae8f338f61244411cef445ff889f34b3 to your computer and use it in GitHub Desktop.
Save ttekun/ae8f338f61244411cef445ff889f34b3 to your computer and use it in GitHub Desktop.
Update docker on ubuntu(trusty64)
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 aptitude update
sudo aptitude install lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment