mirror of https://github.com/docker/docs.git
Use https in convenience script example
Secured the example installation code that many people will just copy paste
This commit is contained in:
parent
be1e727fd0
commit
4e8ca69e80
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue