Docker: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Ubuntu) |
|||
Zeile 11: | Zeile 11: | ||
[https://docs.docker.com/engine/install/ubuntu/ https://docs.docker.com/engine/install/ubuntu/] | [https://docs.docker.com/engine/install/ubuntu/ https://docs.docker.com/engine/install/ubuntu/] | ||
== Hello World == | |||
<pre> | |||
docker pull hello-world | |||
</pre> | |||
== Links == | == Links == |
Version vom 8. August 2022, 00:03 Uhr
Noch in Bearbeitung
Download
https://docs.docker.com/get-docker/
Installation
Ubuntu
https://docs.docker.com/engine/install/ubuntu/
Hello World
docker pull hello-world
Links
Zurück zu Hauptseite