From 83f9bd45e794b3f4a0cd16f9c81ea53f8ca82bd7 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Sat, 30 Dec 2017 18:16:30 +0100 Subject: [PATCH] Ensure that the script installs the latest stable release of docker and not an edge one --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 3556f6664..a1d901daf 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ Quick installation for most operation systems: - Docker ``` -curl -sSL https://get.docker.com/ | sh +curl -sSL https://get.docker.com/ | CHANNEL=stable sh ``` - Docker-Compose