Ensure that the script installs the latest stable release of docker and not an edge one

Dieser Commit ist enthalten in:
MAGIC 2017-12-30 18:16:30 +01:00
Ursprung bc5abb2aed
Commit 83f9bd45e7
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: A40EE5665510C9D5

Datei anzeigen

@ -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