|
1 | 1 | ---
|
2 |
| -description: Your Docker ID |
| 2 | +description: Using Docker Hub with your Docker ID account |
3 | 3 | keywords: Docker, docker, trusted, sign-up, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation
|
4 |
| -title: Docker ID and Docker Hub accounts |
| 4 | +title: Use Docker Hub with Docker ID |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -You can `search` for Docker images and `pull` them from [Docker |
8 |
| -Hub](https://hub.docker.com) without signing in or even having an account. |
9 |
| -However, to `push` images, leave comments, or to *star* a repository, you need a |
10 |
| -free [Docker ID](https://hub.docker.com) to log in to Docker Hub. |
| 7 | +Docker Hub uses your free [Docker ID](../docker-id/) to save your account |
| 8 | +settings, and as your account namespace. If you don't yet have a Docker ID, you |
| 9 | +can [register for one](../docker-id/#/register-for-a-docker-id). |
| 10 | + |
| 11 | +You can `search` Docker Hub and `pull` images without an account and |
| 12 | +without signing in. However, to `push` images, leave comments, or to *star* a |
| 13 | +repository, you need to log in using a Docker ID. |
11 | 14 |
|
12 | 15 | Once you have a personal Docker ID, you can also create or join
|
13 | 16 | Docker Hub [Organizations and Teams](orgs.md).
|
14 | 17 |
|
15 |
| -## Register for a Docker ID |
16 |
| - |
17 |
| -If you're not already logged in, go to [Docker Hub](https://hub.docker.com) to |
18 |
| -use the sign up page. A valid email address is required to register. A |
19 |
| -verification email is sent to this address to activate your account. |
20 |
| - |
21 |
| -You cannot log in to your Docker ID until you verify the email address. |
22 |
| - |
23 |
| -#### Confirm your email |
24 |
| - |
25 |
| -Once you've filled in the registration form, check your email for a welcome |
26 |
| -message asking for confirmation so we can activate your account. |
27 |
| - |
28 |
| -## Login |
29 |
| - |
30 |
| -After you complete the account creation process, you can log in any time using |
31 |
| -the web console with your Docker ID: |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| -Or via the command line with the `docker login` command: |
36 |
| - |
37 |
| - $ docker login |
38 |
| - |
39 |
| -Your Docker ID is now active and ready to use. |
40 |
| - |
41 |
| -> **Note:** |
42 |
| -> Your authentication credentials will be stored in the `.dockercfg` |
43 |
| -> authentication file in your home directory. |
44 |
| -
|
45 |
| -### Upgrading your account |
| 18 | +## Upgrading your account |
46 | 19 |
|
47 |
| -Free Hub accounts include one private registry. If you need more private |
48 |
| -registries, you can [upgrade your |
49 |
| -account](https://hub.docker.com/account/billing-plans/) to a paid plan directly |
| 20 | +Free Docker Hub accounts include one private registry. If you need more private |
| 21 | +registries, you can [upgrade your account](https://hub.docker.com/account/billing-plans/) to a paid plan directly |
50 | 22 | from the Hub.
|
51 | 23 |
|
52 | 24 | ## Password reset process
|
53 | 25 |
|
54 |
| -If you can't access your account for some reason, you can reset your password |
55 |
| -from the [*Password Reset*](https://hub.docker.com/reset-password/) |
56 |
| -page. |
| 26 | +If you forget your password, or can't access your account for some reason, you |
| 27 | +can reset your password from the [*Password Reset*](https://hub.docker.com/reset-password/) page. |
0 commit comments