docker/installations-log.md aktualisiert
This commit is contained in:
@@ -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
|
||||
```
|
Reference in New Issue
Block a user