docker/installations-log.md aktualisiert
This commit is contained in:
parent
4b1a5a922e
commit
eca4556367
@ -1,11 +1,26 @@
|
|||||||
## bacula machine
|
## bacula machine
|
||||||
|
|
||||||
### OS:
|
### Debian:
|
||||||
* installation: VM mit debian 12 minimalinstallation
|
* installation: VM mit debian 12 minimalinstallation
|
||||||
* docker <code>curl https://get.docker.com | bash</code>
|
* docker <code>curl https://get.docker.com | bash</code>
|
||||||
<code>
|
```
|
||||||
Paketliste:
|
Paketliste:
|
||||||
|
|
||||||
apt install -y curl git wget
|
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user