docker/installations-log.md aktualisiert

This commit is contained in:
Peter Reichart 2024-06-27 12:21:22 +00:00
parent 4b1a5a922e
commit eca4556367

View File

@ -1,11 +1,26 @@
## bacula machine
### OS:
### Debian:
* installation: VM mit debian 12 minimalinstallation
* docker <code>curl https://get.docker.com | bash</code>
<code>
```
Paketliste:
apt install -y curl git wget
</code>
```
### 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
```