mirror of https://github.com/docker/docs.git
Added missing escape for carriage return
This commit is contained in:
parent
3bbdf58428
commit
b10ac87756
|
@ -54,7 +54,7 @@ installed, uninstall them, along with associated dependencies.
|
|||
$ sudo yum remove docker \
|
||||
docker-common \
|
||||
docker-selinux \
|
||||
docker-engine-selinux
|
||||
docker-engine-selinux \
|
||||
docker-engine
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue