Update ce-ee-node-activate.md

Removed Red Hat Linux per @andrewhsu
This commit is contained in:
Anne Henmi 2018-10-16 10:19:40 -06:00 committed by GitHub
parent 0d321f68af
commit c3efcdd0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Server:
2. Log into the Docker engine from the command line. 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: For Ubuntu or Debian:
@ -67,7 +67,7 @@ https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded Login Succeeded
``` ```
For CentOS or Red Hat Linux, use `sudo`: For CentOS, use `sudo`:
``` ```
$ sudo docker login $ 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. 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.