mirror of https://github.com/docker/docs.git
Merge pull request #12100 from draghuram/docker_update
Add the missing option to the wget command for updating Docker.
This commit is contained in:
commit
3e077bb3f7
|
@ -302,5 +302,5 @@ NetworkManager (this might slow your network).
|
||||||
|
|
||||||
To install the latest version of Docker, use the standard `-N` flag with `wget`:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue