Merge pull request #7122 from axeal/patch-6

Fix SLES gpg url
This commit is contained in:
Tammy Fox 2018-07-27 18:07:21 -04:00 committed by GitHub
commit 03854a027c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -199,11 +199,11 @@ Engine, UCP, and DTR).
$ sudo zypper addrepo $DOCKER_EE_URL docker-ee-stable
```
3. Import the GPG key from the repository. Use the command as-is. It works
because of the variable you set earlier.
3. Import the GPG key from the repository. Replace `<DOCKER-EE-URL>`
with the URL you noted down in the [prerequisites](#prerequisites).
```bash
$ sudo rpm --import "${DOCKER_EE_URL}/sles/gpg"
$ sudo rpm --import "<DOCKER-EE-URL>/sles/gpg"
```
#### Install Docker EE