Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created February 17, 2014 14:33
Show Gist options
  • Save hdemon/9051685 to your computer and use it in GitHub Desktop.
Save hdemon/9051685 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
sudo apt-get upgrade
sudo apt-get install -y \
zsh \
git \
wget \
curl \
linux-image-extra-`uname -r` \
lxc-docker
alias sudo='sudo '
alias dc=lxc-docker
chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment