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/manuals/accounts/manage-account.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can centrally manage the settings for your Docker account using Docker Home.
17
17
2. In Docker Home, select your avatar in the top-right corner to open the drop-down.
18
18
3. Select **Account settings**.
19
19
20
-
From the Account settings page, you can take any of the following actions.
20
+
From the Account Center page, you can take any of the following actions.
21
21
22
22
### Update account information
23
23
@@ -35,7 +35,7 @@ Make your changes here, then select **Save** to save your settings.
35
35
36
36
### Update email address
37
37
38
-
To update your email address, select the arrow icon.
38
+
To update your email address, select **Email**.
39
39
40
40
1. Enter your new email address.
41
41
2. Enter your password to confirm the change.
@@ -47,22 +47,22 @@ Once you verify your email address, your account information will update.
47
47
48
48
You can change your password by initiating a password reset via email.
49
49
50
-
To change your password, select **Reset password**.
50
+
To change your password, select **Password** and then **Reset password**.
51
51
52
52
Follow the instructions in the password reset email.
53
53
54
54
## Manage security settings
55
55
56
-
You can manage the security settings for your account in Docker Home.
57
-
56
+
To update your two-factor authentication (2FA) settings, select **2FA**.
58
57
For information on two-factor authentication (2FA) for your account, see [Enable two-factor authentication](../security/for-developers/2fa/_index.md) to get started.
59
58
59
+
To manage personal access tokens, select **Personal access tokens**.
60
60
For information on personal access tokens, see [Create and manage access tokens](../security/for-developers/access-tokens.md).
61
61
62
62
## Account management
63
63
64
-
You can take administrative actions for your account in Docker Home.
65
-
64
+
To convert your account into an organization, select **Convert**.
66
65
For more information on converting your account, see [Convert an account into an organization](../admin/organization/convert-account.md).
67
66
67
+
To deactivate your account, select **Deactivate**.
68
68
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).
Copy file name to clipboardExpand all lines: content/manuals/admin/organization/convert-account.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ Consider the following effects of converting your account:
60
60
61
61
4. Select **Account settings**.
62
62
63
-
5.In the **Account management** section, select **Convert account**.
63
+
5.Select **Convert**.
64
64
65
65
6. Review the warning displayed about converting a user account. This action cannot be undone and has considerable implications for your assets and the account.
66
66
67
-
7. Enter a **Docker ID** to set an organization owner. This is the user account that will manage the organization, and the only way to access the organization settings after conversion. You cannot use the same Docker ID as the account you are trying to convert.
67
+
7. Enter a **Username of new owner** to set an organization owner. This is the user account that will manage the organization, and the only way to access the organization settings after conversion. You cannot use the same Docker ID as the account you are trying to convert.
68
68
69
-
8. Select **Confirm and purchase** to confirm. The new owner receives a notification email. Use that owner account to sign in and manage the new organization.
69
+
8. Select **Confirm**. The new owner receives a notification email. Use that owner account to sign in and manage the new organization.
Copy file name to clipboardExpand all lines: content/manuals/admin/organization/members.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,10 @@ To add a member to a team with the Admin Console:
141
141
142
142
### Remove a member from a team
143
143
144
+
> [!NOTE]
145
+
>
146
+
> If your organization uses single sign-on (SSO) with [SCIM](/manuals/security/for-admins/provisioning/scim.md) enabled, you should remove members from your identity provider (IdP). This will automatically remove members from Docker. If SCIM is disabled, you must manually manage members in Docker.
147
+
144
148
Organization owners can remove a member from a team in Docker Hub or Admin Console. Removing the member from the team will revoke their access to the permitted resources.
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/wsl/_index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,15 @@ Docker Desktop does not require any particular Linux distributions to be install
103
103
>
104
104
> Note that Docker Desktop version 4.30 and later keeps using the `docker-desktop-data` distribution if it was already created by an earlier version of Docker Desktop and has not been freshly installed or factory reset.
105
105
106
+
## WSL 2 security in Docker Desktop
107
+
108
+
Docker Desktop’s WSL 2 integration operates within the existing security model of WSL and does not introduce additional security risks beyond standard WSL behavior.
109
+
110
+
Docker Desktop runs within its own dedicated WSL distribution, `docker-desktop`, which follows the same isolation properties as any other WSL distribution. The only interaction between Docker Desktop and other installed WSL distributions occurs when the Docker Desktop **WSL integration** feature is enabled in settings. This feature allows easy access to the Docker CLI from integrated distributions.
111
+
112
+
WSL is designed to facilitate interoperability between Windows and Linux environments. Its file system is accessible from the Windows host `\\wsl$`, meaning Windows processes can read and modify files within WSL. This behavior is not specific to Docker Desktop, but rather a core aspect of WSL itself.
113
+
114
+
For organizations concerned about security risks related to WSL and want stricter isolation and security controls, run Docker Desktop in Hyper-V mode instead of WSL 2.
Copy file name to clipboardExpand all lines: content/manuals/security/faqs/single-sign-on/users-faqs.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,3 +100,7 @@ No, we don't differentiate the two in product.
100
100
### Is user information visible in Docker Hub?
101
101
102
102
All Docker accounts have a public profile associated with their namespace. If you don't want user information (for example, full name) to be visible, you can remove those attributes from your SSO and SCIM mappings. Alternatively, you can use a different identifier to replace a user's full name.
103
+
104
+
### What happens to existing licensed users when SCIM is enabled?
105
+
106
+
Enabling SCIM does not immediately remove or modify existing licensed users in your Docker organization. They retain their current access and roles, but after enabling SCIM, you will manage them in your identity provider (IdP). If SCIM is later disabled, previously SCIM-managed users remain in Docker but are no longer automatically updated or removed based on your IdP.
Copy file name to clipboardExpand all lines: content/manuals/security/for-developers/2fa/_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
@@ -27,7 +27,7 @@ Authenticator with a registered YubiKey.
27
27
28
28
1. Sign in to your [Docker account](https://app.docker.com/login).
29
29
2. Select your avatar and then from the drop-down menu, select **Account settings**.
30
-
3.Navigate to the **Security** section, then select **Two-factor authentication**.
30
+
3.Select **2FA**.
31
31
4. Enter your account password, then select **Confirm**.
32
32
5. Save your recovery code and store it somewhere safe. You can use your recovery code to recover your account in the event you lose access to your authenticator app.
33
33
6. Use a Time-based One-time password (TOTP) mobile app to scan the QR code or enter the text code.
0 commit comments