1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add the missing option to the wget command for updating Docker.

Signed-off-by: Raghuram Devarakonda <draghuram@gmail.com>
This commit is contained in:
Raghuram Devarakonda 2015-04-05 23:00:21 -04:00
parent 58390b6087
commit 9287e70c12

View file

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