Browse Source

docker

master
test2 5 years ago
parent
commit
d95312841d
  1. 1
      docker/install.adoc

1
docker/install.adoc

@ -40,6 +40,7 @@ video::0e-KiGJIiDc[youtube]
[[cheat-Docker]] [[cheat-Docker]]
== Installation (Ubuntu) == Installation (Ubuntu)
``` ```
$ 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"

Loading…
Cancel
Save