Skip to content

Instantly share code, notes, and snippets.

@ephrin
Created March 13, 2015 19:07
Show Gist options
  • Save ephrin/b125d5a777e7bb0fcb0e to your computer and use it in GitHub Desktop.
Save ephrin/b125d5a777e7bb0fcb0e to your computer and use it in GitHub Desktop.
docker ubuntu
[ -e /usr/lib/apt/methods/https ] || {
apt-get update
apt-get install -y apt-transport-https
}
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
sh -c "echo deb https://get.docker.com/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
apt-get update
apt-get install -y --force-yes apparmor lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment