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

Install script should be fetched over https, not http.
Upstream-commit: 0077678844f8f0f2e4a409eb71d845d83ca7490e
Component: engine
This commit is contained in:
Michael Crosby
2013-08-14 10:32:29 -07:00
+1 -1
View File
@@ -147,7 +147,7 @@ Quick install on Ubuntu 12.04 and 12.10
---------------------------------------
```bash
curl get.docker.io | sudo sh -x
curl https://get.docker.io | sudo sh -x
```
Binary installs