Browse Source

Merge pull request #1539 from fkautz/https-install-script

Install script should be fetched over https, not http.
Michael Crosby 12 năm trước cách đây
mục cha
commit
0077678844
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -147,7 +147,7 @@ Quick install on Ubuntu 12.04 and 12.10
 ---------------------------------------
 ---------------------------------------
 
 
 ```bash
 ```bash
-curl get.docker.io | sudo sh -x
+curl https://get.docker.io | sudo sh -x
 ```
 ```
 
 
 Binary installs
 Binary installs