Created
August 1, 2016 09:23
-
-
Save indatawetrust/794693151dff406e958a9ba287be2ff6 to your computer and use it in GitHub Desktop.
ubuntu docker install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get install linux-image-extra-`uname -r` | |
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list | |
sudo apt-get update | |
sudo apt-get install docker-engine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment