mirror of https://github.com/docker/docs.git
Merge pull request #1238 from artheus/patch-1
Adding a dash at the end of `apt-key add` command
This commit is contained in:
commit
8fe746b7bb
|
@ -94,7 +94,7 @@ Docker from the repository.
|
|||
2. Add Docker's official GPG key:
|
||||
|
||||
```bash
|
||||
$ curl -s http://yum.dockerproject.org/gpg | sudo apt-key add -
|
||||
$ curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add -
|
||||
```
|
||||
|
||||
> **Note**: The URL is correct, even for Linux distributions that use `APT`.
|
||||
|
|
|
@ -71,7 +71,7 @@ Docker from the repository.
|
|||
2. Add Docker's official GPG key:
|
||||
|
||||
```bash
|
||||
$ curl -s http://yum.dockerproject.org/gpg | sudo apt-key add -
|
||||
$ curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add -
|
||||
```
|
||||
|
||||
> **Note**: The URL is correct, even for Linux distributions that use `APT`.
|
||||
|
|
Loading…
Reference in New Issue