From 77d9ae179d6587e3db15feb03b8ba523afeb8d9d Mon Sep 17 00:00:00 2001 From: Zunayed Ali Date: Wed, 18 May 2016 15:32:14 -0400 Subject: [PATCH] fix duplicate command in uninstall instructions Signed-off-by: Zunayed Ali Upstream-commit: 160a6430a91de00c065fe5900e7fd96a46f87a45 Component: engine --- components/engine/docs/installation/linux/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/linux/fedora.md b/components/engine/docs/installation/linux/fedora.md index 782adc6735..8d297b4750 100644 --- a/components/engine/docs/installation/linux/fedora.md +++ b/components/engine/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.