From 53dc2d67fb65037d9891e2fa0f6559d5e4e2ddcc Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 19 Mar 2014 14:24:49 +1000 Subject: [PATCH] mention the tgz - other people might like to know Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/installation/binaries.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/installation/binaries.rst b/docs/sources/installation/binaries.rst index bfdfbe211f..fe03d21859 100644 --- a/docs/sources/installation/binaries.rst +++ b/docs/sources/installation/binaries.rst @@ -49,6 +49,9 @@ Get the docker binary: wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O docker chmod +x docker +.. note:: + If you have trouble downloading the binary, you can also get the smaller + compressed release file: https://get.docker.io/builds/Linux/x86_64/docker-latest.tgz Run the docker daemon ---------------------