„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-17 21:00:12 +02:00
parent 7816955d7f
commit 7e50d1438d

View File

@ -12,8 +12,8 @@ sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch
<br> <br>
<br> <br>
## Older version below ## Individual systems
## Alpine ### Alpine
First install curl on the machine First install curl on the machine
```bash ```bash
apk add curl apk add curl
@ -23,7 +23,7 @@ Then paste the script in the machines console
sh -c "$(curl -L https://git.moelle.space/hxcde/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
First install curl and sudo on the machine First install curl and sudo on the machine
```bash ```bash
apt-get install curl sudo -y apt-get install curl sudo -y
@ -32,7 +32,7 @@ Then paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://git.moelle.space/hxcde/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
```bash ```bash
apt-get install curl -y apt-get install curl -y
@ -41,7 +41,7 @@ Then paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://git.moelle.space/hxcde/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/hxcde/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)"