From eca4556367a4072cd2263222be74e7d42384a967 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 27 Jun 2024 12:21:22 +0000 Subject: [PATCH] docker/installations-log.md aktualisiert --- docker/installations-log.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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