Merge pull request #1238 from artheus/patch-1

Adding a dash at the end of `apt-key add` command
This commit is contained in:
Misty Stanley-Jones 2017-01-20 14:32:59 -08:00 committed by GitHub
commit 8fe746b7bb
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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`.