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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user