„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-12 14:29:07 +00:00
parent 60eab1b6b1
commit 0f13bb5429

View File

@ -10,7 +10,7 @@ apk add curl
``` ```
Then paste the script in the machines console Then paste the script in the machines console
```bash ```bash
sh -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/alpine.sh)" sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)"
``` ```
- I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors. - I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors.
## Debian ## Debian
@ -20,7 +20,7 @@ apt-get install curl sudo -y
``` ```
Then paste the script in the machines console Then paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/debian.sh)" bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)"
``` ```
## Ubuntu ## Ubuntu
First install curl on the machine First install curl on the machine
@ -29,10 +29,10 @@ apt-get install curl -y
``` ```
Then paste the script in the machines console Then paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/ubuntu.sh)" bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ubuntu.sh)"
``` ```
## CentOS ## CentOS
Paste the script in the machines console Paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/centos.sh)" bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)"
``` ```