Update ce-ee-node-activate.md

This commit is contained in:
Anne Henmi 2018-10-24 09:20:04 -06:00 committed by GitHub
parent b50b063a67
commit 02690e50ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,10 @@ Server:
2. Log into the Docker engine from the command line. 2. Log into the Docker engine from the command line.
**NOTE:** When running the command `docker login`, the shell stores the credentials in the current user's home directory. For CentOS, the `sudo` command overwrites overwrites the $HOME environment variable. **NOTE:** When running the command `docker login`, the shell stores the credentials in the current user's home
directory. RHEL and Ubuntu-based Linux distributions have different behavior for sudo. RHEL sets $HOME to point
to `/root` while Ubuntu leaves `$HOME` pointing to the user's home directory who ran `sudo` and this can cause
permission and access problems when switching between `sudo` and non-sudo'd commands.
For Ubuntu or Debian: For Ubuntu or Debian: