From c20158678016e2f2c14a39baad53ddfe6804ae31 Mon Sep 17 00:00:00 2001 From: Raghuram Devarakonda Date: Sun, 5 Apr 2015 23:00:21 -0400 Subject: [PATCH] Add the missing option to the wget command for updating Docker. Signed-off-by: Raghuram Devarakonda Upstream-commit: 9287e70c127b00bddb5a8d49f5ca97c19ac0614b Component: engine --- components/engine/docs/sources/installation/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/ubuntulinux.md b/components/engine/docs/sources/installation/ubuntulinux.md index eea2e58f79..c3f0e39580 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.md +++ b/components/engine/docs/sources/installation/ubuntulinux.md @@ -302,5 +302,5 @@ NetworkManager (this might slow your network). To install the latest version of Docker, use the standard `-N` flag with `wget`: - $ wget -N https://get.docker.com/ | sh + $ wget -N -qO- https://get.docker.com/ | sh