mirror of https://github.com/docker/docs.git
Punctuation fix
This commit is contained in:
parent
0dfe50e072
commit
52febf8430
|
@ -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
|
$ 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 `<DOCKER-EE-URL>` 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 `<DOCKER-EE-URL>` with your URL in the following command. This variable assignment does not persist when the session ends:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ export DOCKERURL="<DOCKER-EE-URL>"
|
$ export DOCKERURL="<DOCKER-EE-URL>"
|
||||||
|
@ -283,7 +283,7 @@ To manually install Docker EE, download the `.{{ package-format | downcase }}` f
|
||||||
```bash
|
```bash
|
||||||
$ sudo rm -rf /var/lib/docker
|
$ sudo rm -rf /var/lib/docker
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Delete other docker related resources:
|
3. Delete other docker related resources:
|
||||||
```bash
|
```bash
|
||||||
$ sudo rm -rf /run/docker
|
$ sudo rm -rf /run/docker
|
||||||
|
|
Loading…
Reference in New Issue