Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeace80

Browse files
author
LRubin
authored
Merge pull request docker#698 from sanscontext/more-d-id
remove some unneeded text with new Docker ID topic
2 parents c38dc6c + c23aa3a commit eeace80

File tree

4 files changed

+41
-78
lines changed

4 files changed

+41
-78
lines changed

_data/toc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ toc:
846846
- path: /docker-cloud/overview/
847847
title: Docker Cloud Overview
848848
- path: /docker-cloud/dockerid/
849-
title: Docker ID and Settings
849+
title: Docker Cloud Settings and Docker ID
850850
- path: /docker-cloud/orgs/
851851
title: Organizations and Teams
852852
- sectiontitle: Getting Started
@@ -976,7 +976,7 @@ toc:
976976
- path: /docker-hub/
977977
title: Overview of Docker Hub
978978
- path: /docker-hub/accounts/
979-
title: Your Docker ID
979+
title: Use Docker Hub with Docker ID
980980
- path: /docker-hub/orgs/
981981
title: Teams & Organizations
982982
- path: /docker-hub/repos/

docker-cloud/dockerid.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Using your DockerID to log in to Docker Cloud
33
keywords: one, two, three
4-
title: Docker ID and Docker Cloud settings
4+
title: Docker Cloud Settings and Docker ID
55
---
66

77
Docker Cloud uses your Docker ID for access and access control, and this allows
@@ -10,9 +10,9 @@ you to link your Hub and Cloud accounts.
1010
If you already have an account on Docker Hub you can use the same credentials to
1111
log in to Docker Cloud.
1212

13-
If you don't have an existing Docker ID, you can sign up for a new Docker ID
14-
from the Cloud website, or using the `docker login` command in the Docker CLI.
15-
The name you choose for your Docker ID becomes part of your account namespace.
13+
If you don't have a [Docker ID](../docker-id/) yet, you can sign up for one from
14+
the Cloud website, or using the `docker login` command in the Docker CLI. The
15+
name you choose for your Docker ID becomes part of your account namespace.
1616

1717
## Manage cloud services and source providers
1818

@@ -25,7 +25,10 @@ Bitbucket from your Docker Cloud account settings.
2525

2626
## Email addresses
2727

28-
You can associate multiple email addresses with your Docker ID, and one of these addresses becomes the primary address for the account. The primary address is used by Docker to send password reset notifications and other important information, so be sure to keep it updated.
28+
You can associate multiple email addresses with your Docker ID, and one of these
29+
becomes the primary address for the account. The primary address is used by
30+
Docker to send password reset notifications and other important information, so
31+
be sure to keep it updated.
2932

3033
To add another email address to your Docker ID:
3134

@@ -52,4 +55,4 @@ Like free Docker Hub accounts, free Docker Cloud accounts come with one free
5255
private repository.
5356

5457
If you require more private repositories, visit your **Cloud settings** and
55-
select **Plan** to see the available paid accounts.
58+
select **Plan** to see the available paid accounts.

docker-hub/accounts.md

Lines changed: 14 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,27 @@
11
---
2-
description: Your Docker ID
2+
description: Using Docker Hub with your Docker ID account
33
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
55
---
66

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.
1114

1215
Once you have a personal Docker ID, you can also create or join
1316
Docker Hub [Organizations and Teams](orgs.md).
1417

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-
![Login using the web console](images/login-web.png)
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
4619

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
5022
from the Hub.
5123

5224
## Password reset process
5325

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.

engine/getstarted/step_five.md

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,61 +9,50 @@ title: Create a Docker Hub account and repository
99
---
1010

1111
You've built something really cool, you should share it. In this next section,
12-
you'll do just that. You'll need a Docker Hub account. Then, you'll push your
13-
image up to it so other people with Docker Engine can run it.
12+
you'll do just that. First, you'll create a Docker ID account. Then, you'll push
13+
your image to a repository on Docker Hub so other people with Docker Engine can
14+
run it.
1415

1516

1617
## Step 1: Sign up for an account
1718

18-
1. Use your browser to navigate to <a href="https://hub.docker.com/?utm_source=getting_started_guide&utm_medium=embedded_MacOSX&utm_campaign=create_docker_hub_account" target="_blank">the Docker Hub signup page</a>.
19+
1. In your web browser, go to <a href="https://hub.docker.com/register/?utm_source=getting_started_guide&utm_medium=embedded_MacOSX&utm_campaign=create_docker_hub_account" target="_blank">the Docker Hub signup page</a>.
1920

2021
Your browser displays the page.
2122

2223
![Docker Hub signup](tutimg/hub_signup.png)
2324

24-
2. Fill out the form on the signup page.
25+
2. Enter a new Docker ID (username), and email address, and a password.
2526

26-
Docker Hub is free. Docker does need a name, password, and email address.
27+
3. Click **Sign Up**.
2728

28-
3. Press **Signup**.
29-
30-
The browser displays the welcome to Docker Hub page.
29+
The browser displays a "Welcome to Docker Hub" page.
3130

3231
## Step 2: Verify your email and add a repository
3332

34-
Before you can share anything on the hub, you need to verify your email address.
35-
36-
1. Open your email inbox.
33+
Before you can share anything on Docker Hub, you need to verify your email address.
3734

38-
2. Look for the email titled `Please confirm email for your Docker Hub account`.
35+
1. Go to your email, and look for the email titled `Please confirm email for your Docker ID`.
3936

4037
If you don't see the email, check your Spam folder or wait a moment for the email to arrive.
4138

42-
2. Open the email and click the **Confirm Your Email** button.
39+
2. Open the email and click **Confirm Your Email**.
4340

4441
The browser opens Docker Hub to your profile page.
4542

46-
4. Choose **Create Repository**.
47-
48-
The browser opens the **Create Repository** page.
43+
4. From that page, choose **Create Repository**.
4944

50-
5. Provide a Repository Name and Short Description.
45+
5. Enter a Repository Name and Short Description.
5146

52-
6. Make sure Visibility is set to **Public**.
47+
6. Make sure the repo **Visibility** is set to **Public**.
5348

5449
When you are done, your form should look similar to the following:
5550

5651
![Add repo](tutimg/add_repository.png)
5752

58-
6. Press **Create** when you are done.
59-
60-
Docker Hub creates your new repository.
53+
6. Press **Create** to save your entries and create the new repository.
6154

6255
## Where to go next
6356

64-
On this page, you opened an account on Docker Hub and created a new repository.
65-
In the next section, you populate the repository [by tagging and pushing the
66-
image you created earlier](step_six.md).
67-
68-
69-
&nbsp;
57+
On this page, you created a Docker ID, navigated to your Docker Hub account and created a new repository.
58+
In the next section, you populate the repository [by tagging and pushing the image you created earlier](step_six.md).

0 commit comments

Comments
 (0)