Skip to content

Commit 03185c9

Browse files
committed
desktop: add enableDockerAI settings management property
Signed-off-by: David Karlsson <[email protected]>
1 parent 9c26dee commit 03185c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Using the `admin-settings.json` file, you can:
4646
- Turn off Docker Extensions
4747
- Turn off Docker Scout SBOM indexing
4848
- Turn off beta and experimental features
49+
- Turn off Docker AI ([Ask Gordon](../../../../desktop/features/gordon.md))
4950
- Turn off Docker Desktop's onboarding survey
5051
- Control whether developers can use the Docker terminal
5152
- Control the file sharing implementation for your developers on macOS
@@ -79,4 +80,4 @@ In addition, if Enhanced Container Isolation is enforced, developers can't use p
7980
## What's next?
8081

8182
- [Configure Settings Management with a `.json` file](configure-json-file.md)
82-
- [Configure Settings Management with the Docker Admin Console](configure-admin-console.md)
83+
- [Configure Settings Management with the Docker Admin Console](configure-admin-console.md)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ The following `admin-settings.json` code and table provides an example of the re
258258
|:-------------------------------|---|:-------------------------------|---|
259259
| `allowExperimentalFeatures`| | If `value` is set to `false`, experimental features are disabled.| |
260260
| `allowBetaFeatures`| | If `value` is set to `false`, beta features are disabled.| |
261+
| `enableDockerAI` | | If `value` is set to `false`, Docker AI (Ask Gordon) features are disabled. | |
261262

262263
### Enhanced Container Isolation
263264

0 commit comments

Comments
 (0)