Merge pull request #22821 from zunayed/patch-1

fix duplicate command in uninstall instructions
(cherry picked from commit 1691fe6d23)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-05-18 22:26:25 +02:00 committed by Sebastiaan van Stijn
parent e47de0ba4d
commit 08f1f62f41
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -186,7 +186,7 @@ You can uninstall the Docker software with `dnf`.
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
2. Remove the package.