Docker: Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
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, 01: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

https://docs.docker.com/


Zurück zu Hauptseite