mirror of https://github.com/docker/docs.git
desktop: add enableDockerAI settings management property
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d06f88b5a9
commit
09a6ee6a76
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue