From 7a52e05d9c6629a1385432192e081cad50699b57 Mon Sep 17 00:00:00 2001 From: Alexa Date: Wed, 21 Jan 2026 16:29:16 -0600 Subject: [PATCH 1/6] Initial verification sweep for account sign ups --- .../the-basics/what-is-a-registry.md | 2 +- content/guides/angular/configure-github-actions.md | 2 +- content/guides/bun/configure-ci-cd.md | 2 +- content/guides/cpp/configure-ci-cd.md | 2 +- content/guides/deno/configure-ci-cd.md | 2 +- content/guides/dotnet/configure-ci-cd.md | 2 +- content/guides/gha.md | 2 +- content/guides/golang/configure-ci-cd.md | 2 +- content/guides/java/configure-ci-cd.md | 2 +- content/guides/nodejs/configure-github-actions.md | 2 +- content/guides/php/configure-ci-cd.md | 2 +- content/guides/python/configure-github-actions.md | 2 +- content/guides/r/configure-ci-cd.md | 2 +- content/guides/reactjs/configure-github-actions.md | 2 +- content/guides/ruby/configure-github-actions.md | 2 +- content/guides/rust/configure-ci-cd.md | 2 +- content/guides/vuejs/configure-github-actions.md | 2 +- content/manuals/accounts/create-account.md | 13 ++++--------- content/manuals/admin/organization/onboard.md | 2 +- content/manuals/docker-hub/quickstart.md | 2 +- .../docker-hub/repos/manage/hub-images/move.md | 2 +- 21 files changed, 24 insertions(+), 29 deletions(-) diff --git a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md index b9165d369dbe..7efc845a56c7 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md +++ b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md @@ -62,7 +62,7 @@ In this hands-on, you will learn how to build and push a Docker image to the Doc ### Sign up for a free Docker account -1. If you haven't created one yet, head over to the [Docker Hub](https://hub.docker.com) page to sign up for a new Docker account. +1. If you haven't created one yet, head over to the [Docker Hub](https://hub.docker.com) page to sign up for a new Docker account. Be sure to finish the verification steps sent to your email. ![Screenshot of the official Docker Hub page showing the Sign up page](images/dockerhub-signup.webp?border) diff --git a/content/guides/angular/configure-github-actions.md b/content/guides/angular/configure-github-actions.md index d7d7576e022e..3a77db9dcbc5 100644 --- a/content/guides/angular/configure-github-actions.md +++ b/content/guides/angular/configure-github-actions.md @@ -13,7 +13,7 @@ Complete all the previous sections of this guide, starting with [Containerize an You must also have: - A [GitHub](https://github.com/signup) account. -- A [Docker Hub](https://hub.docker.com/signup) account. +- A verified [Docker Hub](https://hub.docker.com/signup) account. --- diff --git a/content/guides/bun/configure-ci-cd.md b/content/guides/bun/configure-ci-cd.md index 6b03a70c6abd..48b574572e24 100644 --- a/content/guides/bun/configure-ci-cd.md +++ b/content/guides/bun/configure-ci-cd.md @@ -10,7 +10,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a Bun application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a Bun application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/cpp/configure-ci-cd.md b/content/guides/cpp/configure-ci-cd.md index c0d3bed4c87e..7a701b4b5e57 100644 --- a/content/guides/cpp/configure-ci-cd.md +++ b/content/guides/cpp/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a C++ application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a C++ application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/deno/configure-ci-cd.md b/content/guides/deno/configure-ci-cd.md index 06754b542583..3b90143b83ef 100644 --- a/content/guides/deno/configure-ci-cd.md +++ b/content/guides/deno/configure-ci-cd.md @@ -10,7 +10,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a Deno application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a Deno application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/dotnet/configure-ci-cd.md b/content/guides/dotnet/configure-ci-cd.md index aeaf21f6882f..fe99ebf2e893 100644 --- a/content/guides/dotnet/configure-ci-cd.md +++ b/content/guides/dotnet/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a .NET application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a .NET application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/gha.md b/content/guides/gha.md index 1512c2eac9aa..77fd20b5489d 100644 --- a/content/guides/gha.md +++ b/content/guides/gha.md @@ -18,7 +18,7 @@ Docker builds. Use it as-is, or extend it further to fit your needs. If you want to follow along with the guide, ensure you have the following: -- A Docker account. +- A verified Docker account. - Familiarity with Dockerfiles. This guide assumes basic knowledge of Docker concepts but provides explanations diff --git a/content/guides/golang/configure-ci-cd.md b/content/guides/golang/configure-ci-cd.md index 7f3943d319cf..3bf8653648be 100644 --- a/content/guides/golang/configure-ci-cd.md +++ b/content/guides/golang/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete the previous sections of this guide, starting with [Build your Go image](build-images.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete the previous sections of this guide, starting with [Build your Go image](build-images.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/java/configure-ci-cd.md b/content/guides/java/configure-ci-cd.md index 67a17a28e999..5ab6e7b6d11b 100644 --- a/content/guides/java/configure-ci-cd.md +++ b/content/guides/java/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete the previous sections of this guide, starting with [Containerize your app](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete the previous sections of this guide, starting with [Containerize your app](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/nodejs/configure-github-actions.md b/content/guides/nodejs/configure-github-actions.md index d77ac8ef36ab..f9ff8f96a5aa 100644 --- a/content/guides/nodejs/configure-github-actions.md +++ b/content/guides/nodejs/configure-github-actions.md @@ -16,7 +16,7 @@ Complete all the previous sections of this guide, starting with [Containerize a You must also have: - A [GitHub](https://github.com/signup) account. -- A [Docker Hub](https://hub.docker.com/signup) account. +- A verified [Docker Hub](https://hub.docker.com/signup) account. --- diff --git a/content/guides/php/configure-ci-cd.md b/content/guides/php/configure-ci-cd.md index 747aa2339bee..172348e4120a 100644 --- a/content/guides/php/configure-ci-cd.md +++ b/content/guides/php/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a PHP application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a PHP application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/python/configure-github-actions.md b/content/guides/python/configure-github-actions.md index 96720fd99545..6cd87e10b5a9 100644 --- a/content/guides/python/configure-github-actions.md +++ b/content/guides/python/configure-github-actions.md @@ -12,7 +12,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a Python application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a Python application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. If you didn't create a [GitHub repository](https://github.com/new) for your project yet, it is time to do it. After creating the repository, don't forget to [add a remote](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories) and ensure you can commit and [push your code](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) to GitHub. diff --git a/content/guides/r/configure-ci-cd.md b/content/guides/r/configure-ci-cd.md index 472ec6969866..6eda62139738 100644 --- a/content/guides/r/configure-ci-cd.md +++ b/content/guides/r/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a R application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a R application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/reactjs/configure-github-actions.md b/content/guides/reactjs/configure-github-actions.md index d83ae8dc8f19..7ead88b48328 100644 --- a/content/guides/reactjs/configure-github-actions.md +++ b/content/guides/reactjs/configure-github-actions.md @@ -13,7 +13,7 @@ Complete all the previous sections of this guide, starting with [Containerize Re You must also have: - A [GitHub](https://github.com/signup) account. -- A [Docker Hub](https://hub.docker.com/signup) account. +- A verified [Docker Hub](https://hub.docker.com/signup) account. --- diff --git a/content/guides/ruby/configure-github-actions.md b/content/guides/ruby/configure-github-actions.md index a4a0301a04c0..9910cf0924ff 100644 --- a/content/guides/ruby/configure-github-actions.md +++ b/content/guides/ruby/configure-github-actions.md @@ -12,7 +12,7 @@ aliases: ## Prerequisites -Complete all the previous sections of this guide, starting with [Containerize a Ruby on Rails application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete all the previous sections of this guide, starting with [Containerize a Ruby on Rails application](containerize.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. If you didn't create a [GitHub repository](https://github.com/new) for your project yet, it is time to do it. After creating the repository, don't forget to [add a remote](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories) and ensure you can commit and [push your code](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) to GitHub. diff --git a/content/guides/rust/configure-ci-cd.md b/content/guides/rust/configure-ci-cd.md index 5c012a1a3ab4..5327f66aaa80 100644 --- a/content/guides/rust/configure-ci-cd.md +++ b/content/guides/rust/configure-ci-cd.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -Complete the previous sections of this guide, starting with [Develop your Rust application](develop.md). You must have a [GitHub](https://github.com/signup) account and a [Docker](https://hub.docker.com/signup) account to complete this section. +Complete the previous sections of this guide, starting with [Develop your Rust application](develop.md). You must have a [GitHub](https://github.com/signup) account and a verified [Docker](https://hub.docker.com/signup) account to complete this section. ## Overview diff --git a/content/guides/vuejs/configure-github-actions.md b/content/guides/vuejs/configure-github-actions.md index 28fa11cb2b5d..2eea95a4a926 100644 --- a/content/guides/vuejs/configure-github-actions.md +++ b/content/guides/vuejs/configure-github-actions.md @@ -13,7 +13,7 @@ Complete all the previous sections of this guide, starting with [Containerize an You must also have: - A [GitHub](https://github.com/signup) account. -- A [Docker Hub](https://hub.docker.com/signup) account. +- A verified [Docker Hub](https://hub.docker.com/signup) account. --- diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index ea8aab32db7b..b0e8d1d87056 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -28,8 +28,7 @@ You can sign up with an email address or use your Google or GitHub account. ### Sign up with your email -1. Go to the [Docker sign-up page](https://app.docker.com/signup/). -1. Enter a unique, valid email address. +1. Go to the [Docker sign-up page](https://app.docker.com/signup/) and enter a unique, valid email address. 1. Enter a username to use as your Docker ID. Once you create your Docker ID you can't reuse it in the future if you deactivate this account. @@ -37,16 +36,12 @@ you can't reuse it in the future if you deactivate this account. - Must be between 4 and 30 characters long - Can only contain numbers and lowercase letters -1. Enter a password that's at least 9 characters long. -1. Select **Sign Up**. -1. Open your email client. Docker sends a verification email to the -address you provided. -1. Verify your email address to complete the registration process. +1. Choose a password that's at least 9 characters long, then select **Sign Up**. +1. Verify your email address when you receive the Docker verification email. This completes the registration process. > [!NOTE] > -> You must verify your email address before you have full access to Docker's -features. +> You must verify your email address before you have full access to Docker's features. ### Sign up with Google or GitHub diff --git a/content/manuals/admin/organization/onboard.md b/content/manuals/admin/organization/onboard.md index 80fba67a50cd..0d788b15f901 100644 --- a/content/manuals/admin/organization/onboard.md +++ b/content/manuals/admin/organization/onboard.md @@ -88,7 +88,7 @@ with your organization's domain, or create a new account with that email. their email address in your organization's domain. - To create a new account, instruct your users to [sign up](https://hub.docker.com/signup) using their email address associated - with your organization's domain. + with your organization's domain. Ensure your users verify their email address. 1. Identify Docker accounts associated with your organization's domain: - Ask your Docker sales representative or [contact sales](https://www.docker.com/pricing/contact-sales/) to get a list diff --git a/content/manuals/docker-hub/quickstart.md b/content/manuals/docker-hub/quickstart.md index c3b646d0ead4..1d01d9b1f6f3 100644 --- a/content/manuals/docker-hub/quickstart.md +++ b/content/manuals/docker-hub/quickstart.md @@ -17,7 +17,7 @@ through creating a custom image and sharing it through Docker Hub. ## Prerequisites - [Download and install Docker](../../get-started/get-docker.md) -- [Create a Docker account](https://app.docker.com/signup) +- A verified [Docker](https://app.docker.com/signup) account ## Step 1: Find an image in Docker Hub's library diff --git a/content/manuals/docker-hub/repos/manage/hub-images/move.md b/content/manuals/docker-hub/repos/manage/hub-images/move.md index 965b2a81214b..aaebb824ad56 100644 --- a/content/manuals/docker-hub/repos/manage/hub-images/move.md +++ b/content/manuals/docker-hub/repos/manage/hub-images/move.md @@ -21,7 +21,7 @@ organized under the correct accounts or namespaces. When consolidating personal repositories, you can pull private images from the initial repository and push them into another repository owned by you. To avoid losing your private images, perform the following steps: -1. [Sign up](https://app.docker.com/signup) for a new Docker account with a personal subscription. +1. [Sign up](https://app.docker.com/signup) for a new Docker account with a personal subscription. (Be sure to verify your account after you've signed up.) 2. Sign in to [Docker](https://app.docker.com/login) using your original Docker account 3. Pull your images: From 863863a27e7072a105cc0139299fbf8c38f8c690 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 22 Jan 2026 08:59:40 -0600 Subject: [PATCH 2/6] Add context to create account doc, removed redundant callouts to reduce callout fatigue --- content/manuals/accounts/create-account.md | 28 ++++++++-------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index b0e8d1d87056..ffed74350a03 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -24,7 +24,12 @@ else Docker can offer you. ## Create an account -You can sign up with an email address or use your Google or GitHub account. +Signing up with an email address, Google, or GitHub account requires additional verification to complete account creation: + +- You must verify your email address with your social provider to use those providers as a sign up method. +- If you're using an email address, Docker will send you a verification email. Follow those procedures to verify your account and complete the sign up process. + +Keep in mind that Docker blocks login until you've verified your account. ### Sign up with your email @@ -39,28 +44,19 @@ you can't reuse it in the future if you deactivate this account. 1. Choose a password that's at least 9 characters long, then select **Sign Up**. 1. Verify your email address when you receive the Docker verification email. This completes the registration process. -> [!NOTE] -> -> You must verify your email address before you have full access to Docker's features. - ### Sign up with Google or GitHub -> [!IMPORTANT] -> -> To sign up with your social provider, you must verify your email address with -your provider before you begin. - 1. Go to the [Docker sign-up page](https://app.docker.com/signup/). -1. Select your social provider, Google or GitHub. -1. Select the social account you want to link to your Docker account. -1. Select **Authorize Docker** to let Docker access your social account +2. Select your social provider, Google or GitHub. +3. Select the social account you want to link to your Docker account. +4. Select **Authorize Docker** to let Docker access your social account information. You will be re-routed to the sign-up page. 1. Enter a username to use as your Docker ID. Your username: - Must be between 4 and 30 characters long - Can only contain numbers and lowercase letters -1. Select **Sign up**. +2. Select **Sign up**. ## Sign in to your account @@ -77,10 +73,6 @@ To reset your password, see [Reset your password](#reset-your-password). ### Sign in with Google or GitHub -> [!IMPORTANT] -> -> Your Google or GitHub account must have a verified email address. - You can sign in using your Google or GitHub credentials. If your social account uses the same email address as an existing Docker ID, the accounts are automatically linked. From 3902f4afc6b1dfe3e299a8a95e5dd86c09b06320 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 22 Jan 2026 09:03:13 -0600 Subject: [PATCH 3/6] Change login to sign in per Vale hehe --- content/manuals/accounts/create-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index ffed74350a03..f861c946a2c6 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -29,7 +29,7 @@ Signing up with an email address, Google, or GitHub account requires additional - You must verify your email address with your social provider to use those providers as a sign up method. - If you're using an email address, Docker will send you a verification email. Follow those procedures to verify your account and complete the sign up process. -Keep in mind that Docker blocks login until you've verified your account. +Keep in mind that Docker blocks sign in until you've verified your account. ### Sign up with your email From 287a984fd60eb0d8c06158fd7ad0c4da0fe825e4 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 22 Jan 2026 09:12:35 -0600 Subject: [PATCH 4/6] Build fail fix --- content/manuals/accounts/create-account.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index f861c946a2c6..3a1c9333e6e6 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -19,8 +19,7 @@ Your Docker ID becomes your username for hosted Docker services, and > [!TIP] > -> Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what -else Docker can offer you. +> Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you. ## Create an account @@ -47,16 +46,16 @@ you can't reuse it in the future if you deactivate this account. ### Sign up with Google or GitHub 1. Go to the [Docker sign-up page](https://app.docker.com/signup/). -2. Select your social provider, Google or GitHub. -3. Select the social account you want to link to your Docker account. -4. Select **Authorize Docker** to let Docker access your social account +1. Select your social provider, Google or GitHub. +1. Select the social account you want to link to your Docker account. +1. Select **Authorize Docker** to let Docker access your social account information. You will be re-routed to the sign-up page. 1. Enter a username to use as your Docker ID. Your username: - Must be between 4 and 30 characters long - Can only contain numbers and lowercase letters -2. Select **Sign up**. +1. Select **Sign up**. ## Sign in to your account From 14353ba2588539efea3a5112388cf3fda5f47b9a Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 22 Jan 2026 11:10:22 -0600 Subject: [PATCH 5/6] Peer review edits --- content/manuals/accounts/create-account.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index 3a1c9333e6e6..85c71d27a112 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -25,21 +25,18 @@ Your Docker ID becomes your username for hosted Docker services, and Signing up with an email address, Google, or GitHub account requires additional verification to complete account creation: -- You must verify your email address with your social provider to use those providers as a sign up method. -- If you're using an email address, Docker will send you a verification email. Follow those procedures to verify your account and complete the sign up process. +- If you sign up with Google or Github, you must first verify your email address with that provider. +- If you sign up with an email address, Docker sends a verification email. Follow the procedures in that email to verify your account and complete the sign-up process. -Keep in mind that Docker blocks sign in until you've verified your account. +Docker blocks sign-in until you've verified your account. ### Sign up with your email 1. Go to the [Docker sign-up page](https://app.docker.com/signup/) and enter a unique, valid email address. 1. Enter a username to use as your Docker ID. Once you create your Docker ID -you can't reuse it in the future if you deactivate this account. - - Your username: +you can't reuse it in the future if you deactivate this account. Your username: - Must be between 4 and 30 characters long - Can only contain numbers and lowercase letters - 1. Choose a password that's at least 9 characters long, then select **Sign Up**. 1. Verify your email address when you receive the Docker verification email. This completes the registration process. @@ -50,9 +47,7 @@ you can't reuse it in the future if you deactivate this account. 1. Select the social account you want to link to your Docker account. 1. Select **Authorize Docker** to let Docker access your social account information. You will be re-routed to the sign-up page. -1. Enter a username to use as your Docker ID. - - Your username: +1. Enter a username to use as your Docker ID. Your username: - Must be between 4 and 30 characters long - Can only contain numbers and lowercase letters 1. Select **Sign up**. From a1aa48fa80421d625235f162143952d79e6398a7 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 22 Jan 2026 11:14:32 -0600 Subject: [PATCH 6/6] Vale edit, GitHub --- content/manuals/accounts/create-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index 85c71d27a112..516c21c5e52a 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -25,7 +25,7 @@ Your Docker ID becomes your username for hosted Docker services, and Signing up with an email address, Google, or GitHub account requires additional verification to complete account creation: -- If you sign up with Google or Github, you must first verify your email address with that provider. +- If you sign up with Google or GitHub, you must first verify your email address with that provider. - If you sign up with an email address, Docker sends a verification email. Follow the procedures in that email to verify your account and complete the sign-up process. Docker blocks sign-in until you've verified your account.