1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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
parent 4cb57a5438
commit 80ebff0fa4

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