From 08f1f62f41df74657e91c23d26fddb0ac14acb7f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 18 May 2016 22:26:25 +0200 Subject: [PATCH] Merge pull request #22821 from zunayed/patch-1 fix duplicate command in uninstall instructions (cherry picked from commit 1691fe6d23b083c67aea120f05c4797220388d59) Signed-off-by: Sebastiaan van Stijn --- docs/installation/linux/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/linux/fedora.md b/docs/installation/linux/fedora.md index 782adc6735..8d297b4750 100644 --- a/docs/installation/linux/fedora.md +++ b/docs/installation/linux/fedora.md @@ -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.