From c3efcdd0a4ef5b65894a879f0745a3a784e0f5b5 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Tue, 16 Oct 2018 10:19:40 -0600 Subject: [PATCH] Update ce-ee-node-activate.md Removed Red Hat Linux per @andrewhsu --- engine/ce-ee-node-activate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/ce-ee-node-activate.md b/engine/ce-ee-node-activate.md index 38abc70625..8d9c3377f4 100644 --- a/engine/ce-ee-node-activate.md +++ b/engine/ce-ee-node-activate.md @@ -52,7 +52,7 @@ Server: 2. Log into the Docker engine from the command line. -**NOTE:** When the running the command `docker login`, the shell stores the credentials in the current users's home directory. For CentOS and Red Hat, the `sudo` command overwrites overwrites the $HOME environment variable. +**NOTE:** When the running the command `docker login`, the shell stores the credentials in the current users's home directory. For CentOS, the `sudo` command overwrites overwrites the $HOME environment variable. For Ubuntu or Debian: @@ -67,7 +67,7 @@ https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded ``` -For CentOS or Red Hat Linux, use `sudo`: +For CentOS, use `sudo`: ``` $ sudo docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.