Merge pull request #12100 from draghuram/docker_update

Add the missing option to the wget command for updating Docker.
This commit is contained in:
moxiegirl 2015-04-06 10:03:23 -07:00
Родитель 96c3141fa5 9287e70c12
Коммит 3e077bb3f7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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