desktop: add enableDockerAI settings management property

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-12-02 16:06:56 +01:00
parent d06f88b5a9
commit 09a6ee6a76
2 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@ Using the `admin-settings.json` file, you can:
- Turn off Docker Extensions
- Turn off Docker Scout SBOM indexing
- Turn off beta and experimental features
- Turn off Docker AI ([Ask Gordon](../../../../desktop/features/gordon.md))
- Turn off Docker Desktop's onboarding survey
- Control whether developers can use the Docker terminal
- 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
## What's next?
- [Configure Settings Management with a `.json` file](configure-json-file.md)
- [Configure Settings Management with the Docker Admin Console](configure-admin-console.md)
- [Configure Settings Management with the Docker Admin Console](configure-admin-console.md)

View File

@ -258,6 +258,7 @@ The following `admin-settings.json` code and table provides an example of the re
|:-------------------------------|---|:-------------------------------|---|
| `allowExperimentalFeatures`| | If `value` is set to `false`, experimental features are disabled.| |
| `allowBetaFeatures`| | If `value` is set to `false`, beta features are disabled.| |
| `enableDockerAI` | | If `value` is set to `false`, Docker AI (Ask Gordon) features are disabled. | |
### Enhanced Container Isolation