Skip to content

Commit d444610

Browse files
move docker-id topic (#20614)
Signed-off-by: Craig Osterhout <[email protected]>
1 parent 99db35c commit d444610

File tree

13 files changed

+13
-16
lines changed

13 files changed

+13
-16
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ grid:
6666
- text: "Overview"
6767
url: "/docker-hub/"
6868
- text: "Create an account"
69-
url: "/docker-id/"
69+
url: "/accounts/create-account/"
7070
- text: "Create a repository"
7171
url: "/docker-hub/repos/create/"
7272
- title: Docker Scout

content/accounts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ grid:
66
- title: Create a Docker ID
77
description: Get started with Docker and create an account.
88
icon: fingerprint
9-
link: /docker-id/
9+
link: /accounts/create-account/
1010
- title: Manage account
1111
description: Learn how to manage the settings for your account.
1212
icon: manage_accounts

content/docker-id/_index.md renamed to content/accounts/create-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ keywords: accounts, docker ID, billing, paid plans, support, Hub, Store, Forums,
55
title: Create an account
66
aliases:
77
- /docker-hub/accounts/
8+
- /docker-id/
89
---
910

1011
You can create a free Docker account with your email address or by signing up with your Google or GitHub account. Once you've created your account with a unique Docker ID, you can access all Docker products, including Docker Hub. With Docker Hub, you can access repositories and explore images that are available from the community and verified publishers.

content/admin/faqs/general-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414
A Docker ID is a username for your Docker account that lets you access Docker products. All you need is an email address to create a Docker ID, or you can sign up with your Google or GitHub account. Your Docker ID must be between 4 and 30 characters long, and can only contain
1515
numbers and lowercase letters. You can't use any special characters or spaces.
1616

17-
For more information, see [Docker ID](../../docker-id/index.md). If your administrator enforces [single sign-on (SSO)](../../security/for-admins/single-sign-on/index.md), this provisions a Docker ID for new users.
17+
For more information, see [Docker ID](/accounts/create-account/). If your administrator enforces [single sign-on (SSO)](../../security/for-admins/single-sign-on/index.md), this provisions a Docker ID for new users.
1818

1919
Developers may have multiple Docker IDs in order to separate their Docker IDs associated with an organization with a Docker Business or Team subscription, and their personal use Docker IDs.
2020

content/admin/organization/orgs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99

1010
This section describes how to create an organization. Before you begin:
1111

12-
- You need a [Docker ID](../../docker-id/_index.md).
12+
- You need a [Docker ID](/accounts/create-account/).
1313
- Review the [Docker subscriptions and features](../../subscription/core-subscription/details.md) to determine what plan to choose for your organization.
1414

1515
## Create an organization
@@ -23,7 +23,7 @@ detailed instructions on converting an existing user account to an organization,
2323

2424
To create an organization:
2525

26-
1. Sign in to [Docker Hub](https://hub.docker.com/) using your [Docker ID](../../docker-id/_index.md), your email address, or your social provider.
26+
1. Sign in to [Docker Hub](https://hub.docker.com/) using your Docker ID, your email address, or your social provider.
2727
2. Select **Organizations** and then **Create Organization** to create a new
2828
organization.
2929
3. Choose a plan for your organization and select **Buy Now**. See

content/billing/core-billing/get-started-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: payments, billing, subscription, invoices, docker core, subscribe
88

99
Docker Core subscriptions offer features and benefits to support both new and professional developers, as well as plans for individuals, teams, and enterprise businesses. To learn more about what's included with each tier, see [Docker Core subscriptions and features](../../subscription/core-subscription/details.md) and [Docker Pricing](https://www.docker.com/pricing/).
1010

11-
In this section, learn how to get started with a Docker Core subscription for individuals or for organizations. Before you begin, make sure you have a [Docker ID](../../docker-id/_index.md).
11+
In this section, learn how to get started with a Docker Core subscription for individuals or for organizations. Before you begin, make sure you have a [Docker ID](/accounts/create-account/).
1212

1313
## Set up Docker Core subscription for personal account
1414

content/build-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data between cloud builders.
5151
## Get Docker Build Cloud
5252

5353
To get started with Docker Build Cloud,
54-
[create a Docker account](/docker-id/_index.md)
54+
[create a Docker account](/accounts/create-account/)
5555
and sign up for the starter plan on the
5656
[Docker Build Cloud Dashboard](https://build.docker.com/).
5757

content/desktop/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In large enterprises where admin access is restricted, administrators can [enfor
5050
## Signing in with Docker Desktop for Linux
5151

5252
Docker Desktop for Linux relies on [`pass`](https://www.passwordstore.org/) to store credentials in gpg2-encrypted files.
53-
Before signing in to Docker Desktop with your [Docker ID](../docker-id/_index.md), you must initialize `pass`.
53+
Before signing in to Docker Desktop with your [Docker ID](/accounts/create-account/), you must initialize `pass`.
5454
Docker Desktop displays a warning if you've not initialized `pass`.
5555

5656
You can initialize pass by using a gpg key. To generate a gpg key, run:

content/docker-hub/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ description: Find a comprehensive overview of Docker Hub, including its features
33
keywords: Docker, docker, docker hub, hub, repositories, docker account
44
title: Overview of Docker Hub
55
grid:
6-
- title: Create a Docker ID
7-
description: Register and create a new Docker ID.
8-
icon: fingerprint
9-
link: /docker-id
106
- title: Quickstart
117
description: Step-by-step instructions on getting started on Docker Hub.
128
icon: explore

content/docker-hub/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following section contains step-by-step instructions on how to get started w
1111

1212
Start by creating a [Docker ID](https://hub.docker.com/signup).
1313

14-
A [Docker ID](../docker-id/_index.md) grants you access to Docker Hub repositories and lets you explore available images from the community and verified publishers. You also need a Docker ID to share images on Docker Hub.
14+
A [Docker ID](/accounts/create-account/) grants you access to Docker Hub repositories and lets you explore available images from the community and verified publishers. You also need a Docker ID to share images on Docker Hub.
1515

1616
> **Tip**
1717
>

0 commit comments

Comments
 (0)