Linux/Docker: Difference between revisions

From Wiki
No edit summary
Line 3: Line 3:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt update
apt-cache policy docker-ce
apt-cache policy docker-ce
sudo apt install docker-ce
sudo apt install docker-ce

Revision as of 13:14, 23 September 2018