Skip to content

Commit 0eb855c

Browse files
add settings reference
1 parent 71109d5 commit 0eb855c

File tree

4 files changed

+940
-23
lines changed

4 files changed

+940
-23
lines changed

content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,11 @@ Settings that are defined by an administrator override any previous values set b
3333

3434
## What features can I configure with Settings Management?
3535

36-
Using the `admin-settings.json` file, you can:
37-
38-
- Turn on and lock in [Enhanced Container Isolation](../enhanced-container-isolation/_index.md)
39-
- Configure HTTP proxies
40-
- Configure network settings
41-
- Configure Kubernetes settings
42-
- Enforce the use of WSL 2 based engine or Hyper-V
43-
- Enforce the use of Rosetta for x86_64/amd64 emulation on Apple Silicon
44-
- Configure Docker Engine
45-
- Turn off Docker Desktop's ability to checks for updates
46-
- Turn off Docker Extensions
47-
- Turn off Docker Scout SBOM indexing
48-
- Turn off beta and experimental features
49-
- Turn off Docker AI ([Ask Gordon](/manuals/ai/gordon/_index.md))
50-
- Turn off Docker Desktop's onboarding survey
51-
- Control whether developers can use the Docker terminal
52-
- Control the file sharing implementation for your developers on macOS
53-
- Specify which paths your developers can add file shares to
54-
- Configure Air-gapped containers
55-
56-
For more details on the syntax and options, see [Configure Settings Management](configure-json-file.md).
36+
You can configure a wide range of features, from proxies and Kubernetes settings
37+
to Enhanced Container isolation. For more information, view the [Settings reference](/manuals/security/for-admins/hardened-desktop/settings-management/settings-reference.md).
38+
39+
The settings reference outlines what settings can be configured with the [Admin
40+
Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) or [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md).
5741

5842
## How do I set up and enforce Settings Management?
5943

content/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This page contains information for administrators on how to configure Settings M
1818
subscription, therefore your Docker Desktop users must authenticate to your
1919
organization for configurations to take effect.
2020

21+
> [!IMPORTANT]
22+
>
23+
> For settings to take effect, you must add users to your verified domain.
24+
2125
## Create a settings policy
2226

2327
1. Within the [Docker Admin Console](https://app.docker.com/admin) navigate to the company or organization you want to define a settings policy for.

content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of an organization with a Docker Business subscription. This means the file does
3535
- Restricted environments where SSO and cloud-based authentication are not permitted.
3636

3737

38-
## Step one: Create the `admin-settings.json` file and save it in the correct location
38+
## Step one: Create the `admin-settings.json` file and save it
3939

4040
You can either use the `--admin-settings` installer flag on [macOS](/manuals/desktop/setup/install/mac-install.md#install-from-the-command-line) or [Windows](/manuals/desktop/setup/install/windows-install.md#install-from-the-command-line) to automatically create the `admin-settings.json` and save it in the correct location, or set it up manually.
4141

@@ -52,7 +52,7 @@ To set it up manually:
5252
>
5353
> It is assumed that you have the ability to push the `admin-settings.json` settings file to the locations specified through a device management software such as [Jamf](https://www.jamf.com/lp/en-gb/apple-mobile-device-management-mdm-jamf-shared/?attr=google_ads-brand-search-shared&gclid=CjwKCAjw1ICZBhAzEiwAFfvFhEXjayUAi8FHHv1JJitFPb47C_q_RCySTmF86twF1qJc_6GST-YDmhoCuJsQAvD_BwE).
5454
55-
## Step two: Configure the settings you want to lock in
55+
## Step two: Configure settings
5656

5757
> [!NOTE]
5858
>

0 commit comments

Comments
 (0)