Ensure that the script installs the latest stable release of docker and not an edge one
Dieser Commit ist enthalten in:
Ursprung
bc5abb2aed
Commit
83f9bd45e7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -6,7 +6,7 @@ Quick installation for most operation systems:
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
```
|
```
|
||||||
curl -sSL https://get.docker.com/ | sh
|
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- Docker-Compose
|
- Docker-Compose
|
||||||
|
|
Laden …
In neuem Issue referenzieren