From 0ff126b7d4c49386689057b6db40b28b553a2f86 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Mon, 12 Nov 2018 13:52:30 -0800 Subject: [PATCH] Update ee-linux-install-reuse.md Changed 18.09.ee.x to 18.09.0 --- _includes/ee-linux-install-reuse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/ee-linux-install-reuse.md b/_includes/ee-linux-install-reuse.md index c0a6c5f8d4..5e66797c8a 100644 --- a/_includes/ee-linux-install-reuse.md +++ b/_includes/ee-linux-install-reuse.md @@ -166,7 +166,7 @@ For Docker Enterprise Edition 2.1, use Docker EE Engine 18.09. Installation inst The list returned depends on which repositories you enabled, and is specific to your version of {{ linux-dist-long }} (indicated by `.el7` in this example). - b. Install a specific version by its **fully qualified package name** which is the package name (`docker-ee`) plus the version string (2nd column) up to the hyphen, for example: `docker-ee-18.09.ee.2` + b. Install a specific version by its **fully qualified package name** which is the package name (`docker-ee`) plus the version string (2nd column) up to the hyphen, for example: `docker-ee-18.09.0` ```bash $ sudo yum -y install @@ -175,7 +175,7 @@ For Docker Enterprise Edition 2.1, use Docker EE Engine 18.09. Installation inst For example, if you want to install the 18.09 version run the following: ```bash - sudo yum-config-manager --enable docker-ee-stable-18.09 + sudo yum-config-manager --enable docker-ee-stable-18.09.0 ``` Docker is installed but not started. The `docker` group is created, but no users are added to the group.