From d9f4e5c13ccb5c76547937399078784e4e7ed023 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 9 Dec 2015 14:19:27 +0100 Subject: [PATCH] docs: fix incorrect package name on Oracle Linux Signed-off-by: Sebastiaan van Stijn --- docs/installation/oracle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/oracle.md b/docs/installation/oracle.md index f4067b4292..cf5d134882 100644 --- a/docs/installation/oracle.md +++ b/docs/installation/oracle.md @@ -62,7 +62,7 @@ btrfs storage engine on both Oracle Linux 6 and 7. 4. Install the Docker package. - $ sudo yum install docker + $ sudo yum install docker-engine 5. Start the Docker daemon. @@ -166,7 +166,7 @@ To enable btrfs support on Oracle Linux: To uninstall the Docker package: - $ sudo yum -y remove docker + $ sudo yum -y remove docker-engine The above command will not remove images, containers, volumes, or user created configuration files on your host. If you wish to delete all images, containers,