Install script should be fetched over https, not http.

This commit is contained in:
Frederick F. Kautz IV 2013-08-13 22:28:41 -07:00
Родитель 4cb57a5438
Коммит 80ebff0fa4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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