Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Created July 1, 2016 09:59
Show Gist options
  • Save RoesWibowo/870f9a32426dfa4857a6a9c1fe544f92 to your computer and use it in GitHub Desktop.
Save RoesWibowo/870f9a32426dfa4857a6a9c1fe544f92 to your computer and use it in GitHub Desktop.
Install docker ubuntu 14
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list
apt-cache policy docker-engine
apt-get install docker-engine -y
MORE: https://docs.docker.com/engine/installation/linux/ubuntulinux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment