diff --git a/_includes/ee-linux-install-reuse.md b/_includes/ee-linux-install-reuse.md index bed1b89ce5..04d4ae92b4 100644 --- a/_includes/ee-linux-install-reuse.md +++ b/_includes/ee-linux-install-reuse.md @@ -51,7 +51,7 @@ You only need to set up the repository once, after which you can install Docker $ sudo rm /etc/yum.repos.d/docker*.repo ``` -2. Temporarily store the URL (that you [copied above](#find-your-docker-ee-repo-url)) in an environment variable. Replace `` with your URL in the following command. This variable assignment does not persist when the session ends. +2. Temporarily store the URL (that you [copied above](#find-your-docker-ee-repo-url)) in an environment variable. Replace `` with your URL in the following command. This variable assignment does not persist when the session ends: ```bash $ export DOCKERURL="" @@ -283,7 +283,7 @@ To manually install Docker EE, download the `.{{ package-format | downcase }}` f ```bash $ sudo rm -rf /var/lib/docker ``` - + 3. Delete other docker related resources: ```bash $ sudo rm -rf /run/docker