Files
Docker-Installation-Debian-…/Readme.md
T
2026-05-25 21:11:55 +02:00

17 lines
464 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Was das Skript genau macht
- erkennt automatisch Debian oder Ubuntu
- bindet das offizielle Docker-APT-Repository ein
installiert:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- aktiviert und startet den Docker-Dienst
- fügt den aufrufenden Benutzer optional zur docker-Gruppe hinzu
- prüft die Installation mit:
- docker --version
- docker compose version
- docker run --rm hello-world