Linux/Docker: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
== Installation ==
<pre>
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 apt-get update
apt-cache policy docker-ce
sudo apt install docker-ce
sudo systemctl status docker
</pre>
== Links ==
== Links ==
* https://docs.docker.com/install/linux/docker-ce/ubuntu
* https://docs.docker.com/install/linux/docker-ce/ubuntu

Revision as of 13:14, 23 September 2018