mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #12857 from nikolas/patch-1
Remove incorrect option in docker install command
This commit is contained in:
commit
cacf90c963
1 changed files with 1 additions and 1 deletions
|
@ -308,5 +308,5 @@ NetworkManager (this might slow your network).
|
|||
|
||||
To install the latest version of Docker, use the standard `-N` flag with `wget`:
|
||||
|
||||
$ wget -N -qO- https://get.docker.com/ | sh
|
||||
$ wget -qO- https://get.docker.com/ | sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue