Skip to content

Commit b5d8f1b

Browse files
fix: UI updates for Docker Home (#23446)
## Description - Hotjar feedback on company owner management UI steps - Steps are correct, the new choose profile flow is confusing - Updated all instances for UI flow in Docker Home ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-3012
1 parent 36d0251 commit b5d8f1b

File tree

13 files changed

+31
-28
lines changed

13 files changed

+31
-28
lines changed

content/manuals/admin/company/organizations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,17 @@ To add an organization to a company, ensure the following:
4040
> Once you add an organization to a company, you can't remove it from the
4141
company.
4242

43-
1. Sign in to [Docker Home](https://app.docker.com) and select your company.
43+
1. Sign in to [Docker Home](https://app.docker.com) and select your company from
44+
the top-left account drop-down.
4445
1. Select **Admin Console**, then **Organizations**.
4546
1. Select **Add organization**.
4647
1. Choose the organization you want to add from the drop-down menu.
4748
1. Select **Add organization** to confirm.
4849

4950
## Manage an organization
5051

51-
1. Sign in to [Docker Home](https://app.docker.com) and select your company.
52+
1. Sign in to [Docker Home](https://app.docker.com) and select your company from
53+
the top-left account drop-down.
5254
1. Select **Admin Console**, then **Organizations**.
5355
1. Select the organization you want to manage.
5456

content/manuals/admin/company/owners.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ don’t need to be members of any individual organization.
1515

1616
> [!IMPORTANT]
1717
>
18-
> Company owners do not occupy a seat unless one of the following is true:
19-
>
20-
> - They are added as a member of an organization under your company
21-
> - SSO is enabled
18+
> Company owners do not occupy a seat unless they are added as a member of an
19+
organization under your company or SSO is enabled.
2220

2321
## Add a company owner
2422

25-
1. Sign in to [Docker Home](https://app.docker.com) and select your company.
23+
1. Sign in to [Docker Home](https://app.docker.com) and select your company from
24+
the top-left account drop-down.
2625
1. Select **Admin Console**, then **Company owners**.
2726
1. Select **Add owner**.
2827
1. Specify the user's Docker ID to search for the user.
2928
1. After you find the user, select **Add company owner**.
3029

3130
## Remove a company owner
3231

33-
1. Sign in to [Docker Home](https://app.docker.com) and select your company.
32+
1. Sign in to [Docker Home](https://app.docker.com) and select your company from
33+
the top-left account drop-down.
3434
1. Select **Admin Console**, then **Company owners**.
3535
1. Locate the company owner you want to remove and select the **Actions** menu.
3636
1. Select **Remove as company owner**.

content/manuals/admin/company/users.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,16 @@ You can resend individual invitations, or bulk invitations from the Admin Consol
121121

122122
### Resend individual invitations
123123

124-
1. In [Docker Home](https://app.docker.com/), select your company.
124+
1. In [Docker Home](https://app.docker.com/), select your company from
125+
the top-left account drop-down.
125126
2. Select **Admin Console**, then **Users**.
126127
3. Select the **action menu** next to the invitee and select **Resend**.
127128
4. Select **Invite** to confirm.
128129

129130
### Bulk resend invitation
130131

131-
1. In [Docker Home](https://app.docker.com/), select your company.
132+
1. In [Docker Home](https://app.docker.com/), select your company from
133+
the top-left account drop-down.
132134
2. Select **Admin Console**, then **Users**.
133135
3. Use the **checkboxes** next to **Usernames** to bulk select users.
134136
4. Select **Resend invites**.

content/manuals/admin/organization/general-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This information includes:
2222
To edit this information:
2323

2424
1. Sign in to the [Admin Console](https://app.docker.com/admin) and
25-
select your organization.
25+
select your organization from the top-left account drop-down.
2626
1. Enter or update your organization’s details, then select **Save**.
2727

2828
## Next steps

content/manuals/admin/organization/insights.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ The chart contains the following data:
156156

157157
You can export Docker Desktop user data as a CSV file:
158158

159-
1. Open [Docker Home](https://app.docker.com) and select your organization
160-
on the **Choose profile** page.
159+
1. Open [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
161160
1. Select **Admin Console** in the left-hand navigation menu.
162161
1. Select **Desktop insights**.
163162
1. Choose a timeframe for your insights data: **1 Week**, **1 Month**, or

content/manuals/admin/organization/members.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Owners can invite new members to an organization via Docker ID, email address, o
2020

2121
Use the following steps to invite members to your organization via Docker ID or email address.
2222

23-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
23+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
2424
1. Select **Members**, then **Invite**.
2525
1. Select **Emails or usernames**.
2626
1. Follow the on-screen instructions to invite members. Invite a maximum of 1000 members and separate multiple entries by comma, semicolon, or space.
@@ -36,7 +36,7 @@ Pending invitations appear in the table. Invitees receive an email with a link t
3636

3737
To invite multiple members to an organization via a CSV file containing email addresses:
3838

39-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
39+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
4040
1. Select **Members**, then **Invite**.
4141
1. Select **CSV upload**.
4242
1. Optional. Select **Download the template CSV file** to download an example CSV file. The following is an example of the contents of a valid CSV file.

content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Configure Docker socket exceptions using Settings Management:
3131
{{< tabs >}}
3232
{{< tab name="Admin Console" >}}
3333

34-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
34+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
3535
1. Go to **Admin Console** > **Desktop Settings Management**.
3636
1. [Create or edit a setting policy](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md).
3737
1. Find **Enhanced Container Isolation** settings.

content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/enable-eci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Configure Enhanced Container Isolation organization-wide using Settings Manageme
5050
{{< tabs >}}
5151
{{< tab name="Admin Console" >}}
5252

53-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
53+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
5454
1. Go to **Admin Console** > **Desktop Settings Management**.
5555
1. [Create or edit a setting policy](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md).
5656
1. Set **Enhanced Container Isolation** to **Always enabled**.

content/manuals/enterprise/security/hardened-desktop/image-access-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Before configuring Image Access Management, you must:
5050

5151
To configure Image Access Management:
5252

53-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
53+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
5454
1. Select **Admin Console**, then **Image access**.
5555
1. Use the **toggle** to enable image access.
5656
1. Select which image types to allow:

content/manuals/enterprise/security/hardened-desktop/registry-access-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before configuring Registry Access Management, you must:
4444

4545
To configure registry permissions:
4646

47-
1. Sign in to [Docker Home](https://app.docker.com) and select your organization.
47+
1. Sign in to [Docker Home](https://app.docker.com) and select your organization from the top-left account drop-down.
4848
1. Select **Admin Console**, then **Registry access**.
4949
1. Use the **toggle** to enable registry access. By default, Docker Hub is enabled
5050
in the registry list.

0 commit comments

Comments
 (0)