Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/ai/gordon/concepts/data-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Individual users:

1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
3. Clear the **Enable Docker AI** option.
3. Clear the **Enable Gordon** option.
4. Select **Apply**.

Business organizations:
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/ai/gordon/how-to/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Desktop Settings:

1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
3. Clear the **Enable Docker AI** option.
3. Clear the **Enable Gordon** option.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note

We will have to update DD before we merge/deploy the changes in this PR.

4. Select **Apply**.

## Commands
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/ai/gordon/how-to/docker-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To disable Gordon:

1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
3. Clear the **Enable Docker AI** option.
3. Clear the **Enable Gordon** option.
4. Select **Apply**.

## Configure tools
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/dhi/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To dive deeper into comparing images see [Compare Docker Hardened Images](./how-
You've pulled and run your first Docker Hardened Image. Here are a few ways to keep going:

- [Migrate existing applications to DHIs](./migration/migrate-with-ai.md): Use
Docker's AI assistant to update your Dockerfiles to use Docker Hardened Images
Gordon to update your Dockerfiles to use Docker Hardened Images
as the base.

- [Start a trial](https://hub.docker.com/hardened-images/start-free-trial) to
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/dhi/migration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ aliases:
- /dhi/how-to/migrate/
params:
grid_migration_paths:
- title: Migrate with Docker's AI assistant
description: Use Docker's AI assistant to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
- title: Migrate with Gordon
description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
icon: smart_toy
link: /dhi/migration/migrate-with-ai/
- title: Migrate from Alpine or Debian images
Expand Down
8 changes: 4 additions & 4 deletions content/manuals/dhi/migration/migrate-with-ai.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Migrate using Docker's AI-powered assistant
title: Migrate using Gordon
linktitle: AI-assisted migration
description: Use Docker's AI-powered assistant to automatically migrate your Dockerfile to Docker Hardened Images
description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images
weight: 15
keywords: ai assistant, migrate dockerfile, docker hardened images, automated migration
params:
Expand All @@ -13,10 +13,10 @@ params:

{{< summary-bar feature_name="Ask Gordon DHI migration" >}}

You can use Docker's AI-powered assistant to automatically migrate your
You can use Gordon to automatically migrate your
Dockerfile to use Docker Hardened Images (DHI).

1. Ensure Docker's AI-powered assistant is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
1. Ensure Gordon is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
2. In the terminal, navigate to the directory containing your Dockerfile.
3. Start a conversation with the assistant:
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
| Parameter | OS | Description | Version |
|:-----------------------------------------------------|----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
| `allowBetaFeatures` | | If `value` is set to `true`, beta features are enabled. | |
| `enableDockerAI` | | If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Docker AI (Ask Gordon)](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
| `enableDockerAI` | | If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Gordon](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
| `enableDockerMCPToolkit` | | If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP Toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -880,26 +880,26 @@ third-party or unvetted plugins from being installed.
>
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.

### Enable Docker AI
### Enable Gordon

| Default value | Accepted values | Format |
|---------------|-----------------|----------|
| `false` | Individual users: `true`, `false`<br>Business tier: `"Disabled"`, `"Enabled"`, `"Always Enabled"` | Boolean for individuals<br>Toggle in Admin Console |


- **Description:** Docker AI features including "Ask Gordon" functionality.
- **Description:** Enable the Gordon AI agent, including the "Ask Gordon" interface
- **OS:** {{< badge color=blue text="All" >}}
- **Use case:** Turn on AI-powered assistance and recommendations within Docker Desktop.
- **Configure this setting with:**
- **Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
- Settings Management: **Enable Docker AI** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
- Settings Management: **Enable Gordon** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)

> [!IMPORTANT]
>
> Docker Business customers must set this to `"Enabled"` or `"Always Enabled"`
in the Admin Console. Setting to `"User Defined"` alone will not activate
Docker AI features. This secure-by-default approach prevents unintended
Gordon features. This secure-by-default approach prevents unintended
deployment of AI features in security-conscious organizations.

### Enable Docker MCP Toolkit
Expand Down