From c222726c1523bce0d40e25a65a934c7f7bfb31f4 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Wed, 1 May 2019 10:47:36 -0700 Subject: [PATCH] Add Linux Docker install instructions Signed-off-by: Tibor Vass --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42cd2eed..9484f003 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,14 @@ For more information see https://docs.docker.com/docker-for-mac/edge-release-not ### Docker CE nightly builds `buildx` comes bundled with the Docker CE nightly builds. - -https://download.docker.com/mac/static/nightly/ +- Mac: https://download.docker.com/mac/static/nightly/ +- Linux: +``` +$ # uncomment next line to uninstall previous Docker CE installation if present +$ # apt purge docker-ce docker-ce-cli +$ curl -fsSL https://get.docker.com/ -o docker-install.sh +$ CHANNEL=nightly sh docker-install.sh +``` ### Binary release