mirror of https://github.com/docker/docs.git
add callout and update login criteria (#18534)
This commit is contained in:
parent
4038b9f35d
commit
4065fc2c98
|
@ -20,7 +20,7 @@ detailed instructions on converting an existing user account to an organization,
|
|||
|
||||
To create an organization:
|
||||
|
||||
1. Sign in to [Docker Hub](https://hub.docker.com/) using your [Docker ID](../docker-id/index.md) or your email address.
|
||||
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.
|
||||
2. Select **Organizations** and then **Create Organization** to create a new
|
||||
organization.
|
||||
3. Choose a plan for your organization and select **Buy Now**. See
|
||||
|
|
|
@ -38,6 +38,11 @@ Your Docker ID becomes your username for hosted Docker services, and [Docker for
|
|||
|
||||
### Sign up with Google or GitHub
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> To sign up with your social provider, make sure you verify your email address with your provider before you begin.
|
||||
{ .important }
|
||||
|
||||
1. Go to the [Docker sign-up page](https://hub.docker.com/signup/).
|
||||
|
||||
2. Select your social provider, Google or GitHub.
|
||||
|
@ -68,6 +73,11 @@ stored in your home directory in `.docker/config.json`. The password is base64-e
|
|||
|
||||
### Sign in with your social provider
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> To sign in with your social provider, make sure you verify your email address with your provider before you begin.
|
||||
{ .important }
|
||||
|
||||
Optionally, you can sign in to an existing Docker account with your Google or GitHub account. If a Docker account exists with the same email address as the primary email for your social provider, your Docker account will automatically be linked to the social profile. This lets you sign in with your social provider.
|
||||
|
||||
If you try to sign in with your social provider and don't have a Docker account yet, a new account will be created for you. Follow the on-screen instructions to create a Docker ID using your social provider.
|
||||
|
|
Loading…
Reference in New Issue