Fix typo in alert Box

Dieser Commit ist enthalten in:
DerLinkman 2022-09-01 10:36:20 +02:00
Ursprung b824c47584
Commit bc2350fa18
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -53,7 +53,7 @@ chmod +x /usr/local/bin/docker-compose
``` ```
!!! danger "Achtung" !!! danger "Achtung"
Die Syntax der Docker Compose Befehle lautet **`docker compose`** bei der **Standalone Variante** von Docker Compose!! Die Syntax der Docker Compose Befehle lautet **`docker-compose`** bei der **Standalone Variante** von Docker Compose!!
## SELinux Besonderheiten prĂĽfen ## SELinux Besonderheiten prĂĽfen
Auf SELinux-aktivierten Systemen, z.B. CentOS 7: Auf SELinux-aktivierten Systemen, z.B. CentOS 7:

Datei anzeigen

@ -50,7 +50,7 @@ chmod +x /usr/local/bin/docker-compose
``` ```
!!! danger !!! danger
The Docker Compose command syntax is **`docker compose`** for the **standalone variant** of Docker Compose!!! The Docker Compose command syntax is **`docker-compose`** for the **standalone variant** of Docker Compose!!!
Please use the latest Docker engine available and do not use the engine that ships with your distros repository. Please use the latest Docker engine available and do not use the engine that ships with your distros repository.