Last active
September 10, 2018 20:07
-
-
Save georgepaoli/192f3f20af0c323c7647f06ccf8d739f to your computer and use it in GitHub Desktop.
Install Docker in Linux Mint 18
This file contains 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-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main' | |
sudo apt update | |
sudo apt install linux-image-generic linux-image-extra-virtual | |
sudo apt install docker.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment