diff --git a/install/linux/docker-ee/suse.md b/install/linux/docker-ee/suse.md index b79ce16475..ecc08544e9 100644 --- a/install/linux/docker-ee/suse.md +++ b/install/linux/docker-ee/suse.md @@ -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 `` + with the URL you noted down in the [prerequisites](#prerequisites). ```bash - $ sudo rpm --import "${DOCKER_EE_URL}/sles/gpg" + $ sudo rpm --import "/sles/gpg" ``` #### Install Docker EE