Parcourir la source

Merge pull request #12100 from draghuram/docker_update

Add the missing option to the wget command for updating Docker.
moxiegirl il y a 10 ans
Parent
commit
3e077bb3f7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/sources/installation/ubuntulinux.md

+ 1 - 1
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