mirror of https://github.com/docker/docs.git
fix duplicate command in uninstall instructions
Signed-off-by: Zunayed Ali <zunayed@gmail.com>
This commit is contained in:
parent
083dcd9c64
commit
160a6430a9
|
|
@ -186,7 +186,7 @@ You can uninstall the Docker software with `dnf`.
|
||||||
|
|
||||||
1. List the package you have installed.
|
1. List the package you have installed.
|
||||||
|
|
||||||
$ dnf list installed | grep docker dnf list installed | grep docker
|
$ dnf list installed | grep docker
|
||||||
docker-engine.x86_64 1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64
|
docker-engine.x86_64 1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64
|
||||||
|
|
||||||
2. Remove the package.
|
2. Remove the package.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue