Browse Source

Merge pull request #18533 from thaJeztah/fix-oracle-package-name

docs: fix incorrect package name on Oracle Linux
Sebastiaan van Stijn 9 years ago
parent
commit
7470e39c73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/installation/oracle.md

+ 2 - 2
docs/installation/oracle.md

@@ -62,7 +62,7 @@ btrfs storage engine on both Oracle Linux 6 and 7.
 
 
 4. Install the Docker package.
 4. Install the Docker package.
 
 
-        $ sudo yum install docker
+        $ sudo yum install docker-engine
 
 
 5. Start the Docker daemon.
 5. Start the Docker daemon.
 
 
@@ -166,7 +166,7 @@ To enable btrfs support on Oracle Linux:
 
 
 To uninstall the Docker package:
 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
 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,
 configuration files on your host. If you wish to delete all images, containers,