Skip to content

Commit f61c34a

Browse files
authored
Initial verification sweep for account sign ups (#24005)
This PR adds minor adjustments to sign up procedures in prerequisite sections. * Adding one word `verified` to instances of `Docker account` in prerequisite sections is a subtle, unobtrusive change that returning, verified users can gloss over, while still prompting new users to verify their email if they haven't yet. * Changes stick to specific instances in `## Prerequisite` sections and does not add `verified` to every instance (which would be obtrusive). * Edits to Create Account doc to remove redundant callouts, consolidate steps for shorter procedures, and add context about verification. * If an instance of `Docker account` links to /create-account and not the sign up page, I did not add `verification`. * **Note**: we may want to consider a direct link to a sign up page rather than linking them to a create account page. This can be a separate PR, however.
1 parent e0ac8c2 commit f61c34a

File tree

21 files changed

+32
-51
lines changed

21 files changed

+32
-51
lines changed

content/get-started/docker-concepts/the-basics/what-is-a-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this hands-on, you will learn how to build and push a Docker image to the Doc
6262

6363
### Sign up for a free Docker account
6464

65-
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.
65+
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.
6666

6767
![Screenshot of the official Docker Hub page showing the Sign up page](images/dockerhub-signup.webp?border)
6868

content/guides/angular/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Complete all the previous sections of this guide, starting with [Containerize an
1313

1414
You must also have:
1515
- A [GitHub](https://github.com/signup) account.
16-
- A [Docker Hub](https://hub.docker.com/signup) account.
16+
- A verified [Docker Hub](https://hub.docker.com/signup) account.
1717

1818
---
1919

content/guides/bun/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010

1111
## Prerequisites
1212

13-
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.
13+
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.
1414

1515
## Overview
1616

content/guides/cpp/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## Prerequisites
1313

14-
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.
14+
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.
1515

1616
## Overview
1717

content/guides/deno/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010

1111
## Prerequisites
1212

13-
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.
13+
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.
1414

1515
## Overview
1616

content/guides/dotnet/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## Prerequisites
1313

14-
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.
14+
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.
1515

1616
## Overview
1717

content/guides/gha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Docker builds. Use it as-is, or extend it further to fit your needs.
1818

1919
If you want to follow along with the guide, ensure you have the following:
2020

21-
- A Docker account.
21+
- A verified Docker account.
2222
- Familiarity with Dockerfiles.
2323

2424
This guide assumes basic knowledge of Docker concepts but provides explanations

content/guides/golang/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## Prerequisites
1313

14-
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.
14+
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.
1515

1616
## Overview
1717

content/guides/java/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## Prerequisites
1313

14-
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.
14+
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.
1515

1616
## Overview
1717

content/guides/nodejs/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Complete all the previous sections of this guide, starting with [Containerize a
1616
You must also have:
1717

1818
- A [GitHub](https://github.com/signup) account.
19-
- A [Docker Hub](https://hub.docker.com/signup) account.
19+
- A verified [Docker Hub](https://hub.docker.com/signup) account.
2020

2121
---
2222

0 commit comments

Comments
 (0)