diff --git a/docker/installations-log.md b/docker/installations-log.md
index 14628d4..0b4c750 100644
--- a/docker/installations-log.md
+++ b/docker/installations-log.md
@@ -1,11 +1,26 @@
## bacula machine
-### OS:
+### Debian:
* installation: VM mit debian 12 minimalinstallation
* docker curl https://get.docker.com | bash
-
+```
Paketliste:
apt install -y curl git wget
-
\ No newline at end of file
+```
+
+### Docker:
+
+Installation:
+
+```
+Download:
+ curl -fsSL https://get.docker.com -o install-docker.sh
+
+Testlauf:
+ $ sh install-docker.sh --dry-run
+
+Installation:
+ sudo sh install-docker.sh
+```
\ No newline at end of file