diff --git a/_includes/ee-linux-install-reuse.md b/_includes/ee-linux-install-reuse.md index 9f76211f25..3603135a98 100644 --- a/_includes/ee-linux-install-reuse.md +++ b/_includes/ee-linux-install-reuse.md @@ -172,7 +172,7 @@ You only need to set up the repository once, after which you can install Docker 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.0 + sudo yum-config-manager --enable docker-ee-stable-18.09 ``` Docker is installed but not started. The `docker` group is created, but no users are added to the group.