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/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md
+13-20Lines changed: 13 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,7 @@ params:
11
11
text: EA
12
12
---
13
13
14
-
{{< summary-bar
15
-
subscription="domain"
16
-
subscriptionText="Business"
17
-
lifecycle="rocket_launch"
18
-
lifecycleText="EA"
19
-
admin="admin_panel_settings"
20
-
adminText="Admin"
21
-
>}}
14
+
{{< summary-bar feature_name="Admin Console" >}}
22
15
23
16
This page contains information for administrators on how to configure Settings Management with the Docker Admin Console. You can specify and lock configuration parameters to create a standardized Docker Desktop environment across your Docker company or organization.
24
17
@@ -28,38 +21,38 @@ This page contains information for administrators on how to configure Settings M
28
21
-[Verify your domain](/manuals/security/for-admins/single-sign-on/configure.md#step-one-add-and-verify-your-domain).
29
22
-[Enforce sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md). The Settings Management feature requires a Docker Business
30
23
subscription, therefore your Docker Desktop users must authenticate to your
31
-
organization for configurations to take effect.
24
+
organization for configurations to take effect.
32
25
33
26
## Create a settings policy
34
27
35
-
1. Within the [Docker Admin Console](https://admin.docker.com/) navigate to the company or organization you want to define a settings policy for.
36
-
2. Under the **Security and access** section, select **Desktop Settings Management**.
28
+
1. Within the [Docker Admin Console](https://admin.docker.com/) navigate to the company or organization you want to define a settings policy for.
29
+
2. Under the **Security and access** section, select **Desktop Settings Management**.
37
30
3. In the top-right corner, select **Create a settings policy**.
38
31
4. Give your settings policy a name and an optional description.
39
32
40
33
> [!TIP]
41
34
>
42
-
> If you have already configured Settings Management with an `admin-settings.json` file for an organization, you can upload it using the **Upload existing settings** button which then automatically populates the form for you.
35
+
> If you have already configured Settings Management with an `admin-settings.json` file for an organization, you can upload it using the **Upload existing settings** button which then automatically populates the form for you.
43
36
>
44
37
> Settings policies deployed via the Docker Admin Console take precedence over manually deployed `admin-settings.json` files.
45
38
46
39
5. Assign the setting policy to all your users within the company or organization, or specific users.
47
40
48
41
> [!NOTE]
49
42
>
50
-
> If a settings policy is assigned to all users, it sets the policy as the global default policy. You can only have one global settings policy at a time.
51
-
> If a user already has a user-specific settings policy assigned, the user-specific policy takes precedence over a global policy.
43
+
> If a settings policy is assigned to all users, it sets the policy as the global default policy. You can only have one global settings policy at a time.
44
+
> If a user already has a user-specific settings policy assigned, the user-specific policy takes precedence over a global policy.
52
45
53
46
> [!TIP]
54
47
>
55
-
> Before setting a global settings policy, it is recommended that you first test it as a user-specific policy to make sure you're happy with the changes before proceeding.
48
+
> Before setting a global settings policy, it is recommended that you first test it as a user-specific policy to make sure you're happy with the changes before proceeding.
56
49
57
50
6. Configure the settings for the policy. Go through each setting and select your chosen setting state. You can choose:
58
-
-**User-defined**. Your developers are able to control and change this setting.
51
+
-**User-defined**. Your developers are able to control and change this setting.
59
52
-**Always enabled**. This means the setting is turned on and your users won't be able to edit this setting from Docker Desktop or the CLI.
60
53
-**Enabled**. The setting is turned on and users can edit this setting from Docker Desktop or the CLI.
61
54
-**Always disabled**. This means the setting is turned off and your users won't be able to edit this setting from Docker Desktop or the CLI.
62
-
-**Disabled**. The setting is turned off and users can edit this setting from Docker Desktop or the CLI.
55
+
-**Disabled**. The setting is turned off and users can edit this setting from Docker Desktop or the CLI.
63
56
7. Select **Create**
64
57
65
58
For the settings policy to take effect:
@@ -74,13 +67,13 @@ To avoid disrupting your users' workflows, Docker doesn't automatically require
74
67
75
68
> [!NOTE]
76
69
>
77
-
> Settings are synced to Docker Desktop and the CLI when a user is signed in and starts Docker Desktop, and then every 60 minutes.
70
+
> Settings are synced to Docker Desktop and the CLI when a user is signed in and starts Docker Desktop, and then every 60 minutes.
78
71
79
72
If your settings policy needs to be rolled back, either delete the policy or edit the policy to set individual settings to **User-defined**.
80
73
81
74
## Settings policy actions
82
75
83
76
From the **Actions** menu on the **Desktop Settings Management** page in the Docker Admin Console, you can:
84
-
- Edit or delete an existing settings policy.
77
+
- Edit or delete an existing settings policy.
85
78
- Export a settings policy as an `admin-settings.json` file.
86
-
- Promote a policy that is applied to a select group of users, to be the new global default policy for all users.
79
+
- Promote a policy that is applied to a select group of users, to be the new global default policy for all users.
0 commit comments