From 0b5639b27e6e7a67fd579f805e07e873c41798b5 Mon Sep 17 00:00:00 2001 From: Gavin Date: Wed, 10 Apr 2024 15:53:43 +0100 Subject: [PATCH 1/2] Add an admin setting for displayedOnboarding --- .../hardened-desktop/settings-management/configure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/desktop/hardened-desktop/settings-management/configure.md b/content/desktop/hardened-desktop/settings-management/configure.md index caa080ed8d92..e336262c3b8c 100644 --- a/content/desktop/hardened-desktop/settings-management/configure.md +++ b/content/desktop/hardened-desktop/settings-management/configure.md @@ -169,6 +169,10 @@ The following `admin-settings.json` code and table provides an example of the re "useGrpcfuse": { "locked": true, "value": true + }, + "displayedOnboarding": { + "locked": true, + "value": true } } ``` @@ -202,6 +206,7 @@ The following `admin-settings.json` code and table provides an example of the re | `useVirtualizationFrameworkVirtioFS`| macOS only | If `value` is set to `true`, VirtioFS is set as the file sharing mechanism. Note: If both `useVirtualizationFrameworkVirtioFS` and `useGrpcfuse` have `value` set to `true`, VirtioFS takes precedence. Likewise, if both `useVirtualizationFrameworkVirtioFS` and `useGrpcfuse` have `value` set to `false`, osxfs is set as the file sharing mechanism. | | `useVirtualizationFrameworkRosetta`| macOS only | If `value` is set to `true`, Docker Desktop turns on Rosetta to accelerate x86_64/amd64 binary emulation on Apple Silicon. Note: This also automatically enables `Use Virtualization framework`. | | `useGrpcfuse` | macOS only | If `value` is set to `true`, gRPC Fuse is set as the file sharing mechanism. | +| `displayedOnboarding` | | If `value` is set to `true`, the onboarding survey will not be displayed to new users. Setting `value` to `false` has no effect. | ### Step three: Re-launch Docker Desktop From 155025cec1638993e00c65fbecabd20cc3a31bf5 Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 11 Apr 2024 10:55:24 +0100 Subject: [PATCH 2/2] Add onboarding survey to settings managment list --- content/desktop/hardened-desktop/settings-management/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/desktop/hardened-desktop/settings-management/_index.md b/content/desktop/hardened-desktop/settings-management/_index.md index 4c668926eb5a..3b8adc2bbd6f 100644 --- a/content/desktop/hardened-desktop/settings-management/_index.md +++ b/content/desktop/hardened-desktop/settings-management/_index.md @@ -42,6 +42,7 @@ Using the `admin-settings.json` file, admins can: - Turn off Docker Extensions - Turn off Docker Scout SBOM indexing - Turn off beta and experimental features +- Turn off Docker Desktop's onboarding survey - Control the file sharing implementation for your developers on macOS - Specify which paths your developers can add file shares to - Configure air-gapped containers (Beta)