You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/accounts/create-account.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,9 @@ You can create a free Docker account with your email address or by signing up wi
12
12
13
13
Your Docker ID becomes your username for hosted Docker services, and [Docker forums](https://forums.docker.com/).
14
14
15
-
> **Tip**
15
+
> [!TIP]
16
16
>
17
17
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
18
-
{ .tip }
19
18
20
19
## Create a Docker ID
21
20
@@ -37,16 +36,15 @@ Your Docker ID becomes your username for hosted Docker services, and [Docker for
37
36
38
37
6. Verify your email address to complete the registration process.
39
38
40
-
> **Note**
39
+
> [!NOTE]
41
40
>
42
41
> You have limited actions available until you verify your email address.
43
42
44
43
### Sign up with Google or GitHub
45
44
46
-
> **Important**
45
+
> [!IMPORTANT]
47
46
>
48
47
> To sign up with your social provider, make sure you verify your email address with your provider before you begin.
49
-
{ .important }
50
48
51
49
1. Go to the [Docker sign-up page](https://app.docker.com/signup/).
52
50
@@ -68,20 +66,18 @@ Once you register and verify your Docker ID email address, you can sign in to [y
68
66
69
67
You can also sign in through the CLI using the `docker login` command. For more information, see [`docker login`](../reference/cli/docker/login.md).
70
68
71
-
> **Warning**
69
+
> [!WARNING]
72
70
>
73
71
> When you use the `docker login` command, your credentials are
74
72
stored in your home directory in `.docker/config.json`. The password is base64-encoded in this file.
75
73
>
76
74
> We recommend using one of the [Docker credential helpers](https://github.com/docker/docker-credential-helpers) for secure storage of passwords. For extra security, you can also use a [personal access token](../security/for-developers/access-tokens.md) to log in instead, which is still encoded in this file (without a Docker credential helper) but doesn't allow admin actions (such as changing the password).
77
-
{ .warning }
78
75
79
76
### Sign in with your social provider
80
77
81
-
> **Important**
78
+
> [!IMPORTANT]
82
79
>
83
80
> To sign in with your social provider, make sure you verify your email address with your provider before you begin.
84
-
{ .important }
85
81
86
82
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.
Copy file name to clipboardExpand all lines: content/accounts/manage-account.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@ title: Manage your Docker account
6
6
7
7
You can centrally manage the settings for your Docker account. Here you can also take administrative actions for your account and manage your account security.
8
8
9
-
> **Tip**
9
+
> [!TIP]
10
10
>
11
11
> If your account is associated with an organization that enforces single sign-on (SSO), you may not have permissions to update your account settings. You need to contact your administrator to update your settings.
12
-
{ .tip }
13
12
14
13
## Update general settings
15
14
@@ -65,4 +64,4 @@ You can take administrative actions for your account in Docker Home.
65
64
66
65
For more information on converting your account, see [Convert an account into an organization](../admin/convert-account.md).
67
66
68
-
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).
67
+
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).
Copy file name to clipboardExpand all lines: content/admin/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,4 @@ The Docker Admin Console is available in [Early Access](../release-lifecycle.md#
44
44
- Team: A team is a group of Docker members that belong to an organization. Organization and company owners can group members into additional teams to configure repository permissions on a per-team basis. Using teams to group members is optional.
45
45
- Member: A member is a Docker user that's a member of an organization. Organization and company owners can assign roles to members to define their permissions.
0 commit comments