Use https in convenience script example

Secured the example installation code that many people will just copy paste
This commit is contained in:
Cristian Balas 2018-08-02 09:53:37 +03:00 committed by GitHub
parent be1e727fd0
commit 4e8ca69e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Always examine scripts downloaded from the internet before
{:.warning}
```bash
$ curl -fsSL get.docker.com -o get-docker.sh
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
<output truncated>