You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-id/index.md
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,11 @@ redirect_from:
7
7
- /docker-hub/accounts/
8
8
---
9
9
10
-
Your free Docker ID grants you access to Docker Hub repositories, and some beta programs. All you need is an email address.
11
-
12
-
This account also allows you to log in to services such as the Docker Support
13
-
Center, the Docker Forums, and the Docker Success portal.
14
-
10
+
Your free Docker ID grants you access to Docker Hub repositories and some beta programs. All you need is an email address.
15
11
16
12
## Register for a Docker ID
17
13
18
-
Your Docker ID becomes your user namespace for hosted Docker services, and becomes your username on the Docker Forums.
14
+
Your Docker ID becomes your user namespace for hosted Docker services, and becomes your username on the Docker Forums. To create a new Docker ID:
19
15
20
16
1. Go to the [Docker Hub signup page](https://hub.docker.com/signup/).
21
17
@@ -25,25 +21,22 @@ Your Docker ID becomes your user namespace for hosted Docker services, and becom
25
21
26
22
3. Enter a unique, valid email address.
27
23
28
-
4. Enter a password between 6 and 128 characters long.
24
+
4. Enter a password. Note that the password must be at least 9 characters.
29
25
30
-
3. Click**Sign up**.
26
+
5. Complete the Captcha verification and then then click**Sign up**.
31
27
32
28
Docker sends a verification email to the address you provided.
33
29
34
-
4. Click the link in the email to verify your address.
30
+
6. Verify your email address to complete the registration process.
35
31
36
32
> **Note**: You cannot log in with your Docker ID until you verify your email address.
37
33
38
-
39
34
## Log in
40
35
41
36
Once you register and verify your Docker ID email address, you can log in
42
-
to [Docker Hub](https://hub.docker.com) and [Docker Support](https://support.docker.com).
43
-
44
-

37
+
to [Docker Hub](https://hub.docker.com).
45
38
46
-
You can also log in using the `docker login` command. (You can read more about `docker login`[here](../engine/reference/commandline/login.md).)
39
+
You can also log in through the CLI using the `docker login` command. For more information, see [`docker login`](../engine/reference/commandline/login.md).
47
40
48
41
> **Warning**:
49
42
> When you use the `docker login` command, your credentials are
0 commit comments