Skip to content

Commit

Permalink
Install script should be fetched over https, not http.
Browse files Browse the repository at this point in the history
  • Loading branch information
fkautz committed Aug 14, 2013
1 parent 4cb57a5 commit 80ebff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80ebff0

Please sign in to comment.