Corrected typo for compose plugin install
Dieser Commit ist enthalten in:
Ursprung
bc2350fa18
Commit
01e66b88ae
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -30,13 +30,13 @@ Bitte verwenden Sie die neueste verfĂĽgbare Docker-Engine und nicht die Engine,
|
||||||
Auf Debian/Ubuntu Systemen:
|
Auf Debian/Ubuntu Systemen:
|
||||||
```
|
```
|
||||||
apt update
|
apt update
|
||||||
apt install docker compose-plugin
|
apt install docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
Auf Centos 7 Systemen:
|
Auf Centos 7 Systemen:
|
||||||
```
|
```
|
||||||
yum update
|
yum update
|
||||||
yum install docker compose-plugin
|
yum install docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! danger "Achtung"
|
!!! danger "Achtung"
|
||||||
|
|
|
@ -27,13 +27,13 @@ systemctl enable --now docker
|
||||||
On Debian/Ubuntu systems:
|
On Debian/Ubuntu systems:
|
||||||
```
|
```
|
||||||
apt update
|
apt update
|
||||||
apt install docker compose-plugin
|
apt install docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
On Centos 7 systems:
|
On Centos 7 systems:
|
||||||
```
|
```
|
||||||
yum update
|
yum update
|
||||||
yum install docker compose-plugin
|
yum install docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! danger
|
!!! danger
|
||||||
|
|
Laden …
In neuem Issue referenzieren