„README.md“ ändern
This commit is contained in:
parent
7816955d7f
commit
7e50d1438d
10
README.md
10
README.md
@ -12,8 +12,8 @@ sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## Older version below
|
||||
## Alpine
|
||||
## Individual systems
|
||||
### Alpine
|
||||
First install curl on the machine
|
||||
```bash
|
||||
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)"
|
||||
```
|
||||
- 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
|
||||
```bash
|
||||
apt-get install curl sudo -y
|
||||
@ -32,7 +32,7 @@ Then paste the script in the machines console
|
||||
```bash
|
||||
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
|
||||
```bash
|
||||
apt-get install curl -y
|
||||
@ -41,7 +41,7 @@ Then paste the script in the machines console
|
||||
```bash
|
||||
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
|
||||
```bash
|
||||
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)"
|
||||
|
Loading…
Reference in New Issue
Block a user