Skip to content

Instantly share code, notes, and snippets.

@flaneur2020
Created February 26, 2014 04:06
Show Gist options
  • Select an option

  • Save flaneur2020/9223327 to your computer and use it in GitHub Desktop.

Select an option

Save flaneur2020/9223327 to your computer and use it in GitHub Desktop.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\
> /etc/apt/sources.list.d/docker.list"
sudo apt-get update
# install the backported kernel
sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring
sudo apt-get install lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment