mirror of https://github.com/docker/docs.git
Update ce-ee-node-activate.md
Removed Red Hat Linux per @andrewhsu
This commit is contained in:
parent
0d321f68af
commit
c3efcdd0a4
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue