Last active
December 19, 2016 23:54
-
-
Save arthurfnsc/7ba45ed3a619769fe823f19fe242a2c2 to your computer and use it in GitHub Desktop.
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 install apt-transport-https ca-certificates -y | |
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 \ | |
--recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
sudo apt-get update | |
sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual -y | |
sudo apt-get update | |
sudo apt-get install docker.io -y | |
sudo gpasswd -a arthurfnsc docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment