Skip to content

Commit fa66dcd

Browse files
committed
Rebrand "Docker AI" references to "Gordon" across docs.docker.com
Signed-off-by: Derek Misler <derek.misler@docker.com>
1 parent b5e217c commit fa66dcd

File tree

9 files changed

+34
-28
lines changed

9 files changed

+34
-28
lines changed

content/manuals/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ params:
3838
link: /ai/cagent
3939
ai:
4040
- title: Ask Gordon
41-
description: Streamline your workflow and get the most out of the Docker ecosystem with your personal AI assistant.
41+
description: Streamline your workflow and get the most out of the Docker ecosystem with Gordon, your AI agent for Docker.
4242
icon: note_add
4343
link: /ai/gordon/
4444
- title: Docker Model Runner
@@ -121,7 +121,7 @@ Open source development and containerization technologies.
121121

122122
## AI
123123

124-
All the Docker AI tools in one easy-to-access location.
124+
All AI tools in one easy-to-access location.
125125

126126
{{< grid items=ai >}}
127127

content/manuals/ai/gordon/concepts/data-privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ You can disable Gordon at any time:
9292
Individual users:
9393

9494
1. Open Docker Desktop Settings.
95-
2. Navigate to the **Beta features** section.
96-
3. Clear the **Enable Docker AI** option.
95+
2. Navigate to the **AI** section.
96+
3. Clear the **Enable Gordon** option.
9797
4. Select **Apply**.
9898

9999
Business organizations:

content/manuals/ai/gordon/how-to/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Gordon CLI is part of Docker Desktop. To disable it, disable Gordon in Docker
5454
Desktop Settings:
5555

5656
1. Open Docker Desktop Settings.
57-
2. Navigate to the **Beta features** section.
58-
3. Clear the **Enable Docker AI** option.
57+
2. Navigate to the **AI** section.
58+
3. Clear the **Enable Gordon** option.
5959
4. Select **Apply**.
6060

6161
## Commands

content/manuals/ai/gordon/how-to/docker-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ to change it during a conversation:
3535
To disable Gordon:
3636

3737
1. Open Docker Desktop Settings.
38-
2. Navigate to the **Beta features** section.
39-
3. Clear the **Enable Docker AI** option.
38+
2. Navigate to the **AI** section.
39+
3. Clear the **Enable Gordon** option.
4040
4. Select **Apply**.
4141

4242
## Configure tools

content/manuals/dhi/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To dive deeper into comparing images see [Compare Docker Hardened Images](./how-
134134
You've pulled and run your first Docker Hardened Image. Here are a few ways to keep going:
135135

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

140140
- [Start a trial](https://hub.docker.com/hardened-images/start-free-trial) to

content/manuals/dhi/migration/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ aliases:
77
- /dhi/how-to/migrate/
88
params:
99
grid_migration_paths:
10-
- title: Migrate with Docker's AI assistant
11-
description: Use Docker's AI assistant to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
10+
- title: Migrate with Gordon
11+
description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
1212
icon: smart_toy
1313
link: /dhi/migration/migrate-with-ai/
1414
- title: Migrate from Alpine or Debian images

content/manuals/dhi/migration/migrate-with-ai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Migrate using Docker's AI-powered assistant
2+
title: Migrate using Gordon
33
linktitle: AI-assisted migration
4-
description: Use Docker's AI-powered assistant to automatically migrate your Dockerfile to Docker Hardened Images
4+
description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images
55
weight: 15
66
keywords: ai assistant, migrate dockerfile, docker hardened images, automated migration
77
params:
@@ -13,10 +13,10 @@ params:
1313

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

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

19-
1. Ensure Docker's AI-powered assistant is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
19+
1. Ensure Gordon is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
2020
2. In the terminal, navigate to the directory containing your Dockerfile.
2121
3. Start a conversation with the assistant:
2222
```bash

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
383383
| `enableInferenceCORS` | | Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires the Docker Model Runner and Enable host-side TCP support settings to be enabled first. | |
384384
| `enableInferenceGPUVariant` | Windows only | Setting `enableInferenceGPUVariant` to `true` enables GPU-backed inference. The additional components required for this don't come by default with Docker Desktop, therefore they will be downloaded to `~/.docker/bin/inference`. | |
385385

386+
### AI
387+
388+
| Parameter | OS | Description | Version |
389+
|:-----------------------------------------------------|----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
390+
| `enableDockerAI` | | Setting `enableDockerAI` to `true` enables [Gordon](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
391+
386392
### Beta features
387393

388394
> [!IMPORTANT]
@@ -392,7 +398,6 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
392398
| Parameter | OS | Description | Version |
393399
|:-----------------------------------------------------|----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
394400
| `allowBetaFeatures` | | If `value` is set to `true`, beta features are enabled. | |
395-
| `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. | |
396401
| `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. | |
397402
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |
398403

content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -874,33 +874,34 @@ third-party or unvetted plugins from being installed.
874874
- **Configure this setting with:**
875875
- **Extensions** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
876876

877-
## Beta features settings
878-
879-
> [!IMPORTANT]
880-
>
881-
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.
877+
## AI settings
882878

883-
### Enable Docker AI
879+
### Enable Gordon
884880

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

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

898893
> [!IMPORTANT]
899894
>
900895
> Docker Business customers must set this to `"Enabled"` or `"Always Enabled"`
901896
in the Admin Console. Setting to `"User Defined"` alone will not activate
902-
Docker AI features. This secure-by-default approach prevents unintended
903-
deployment of AI features in security-conscious organizations.
897+
Gordon features. This secure-by-default approach prevents unintended
898+
deployment of Gordon in security-conscious organizations.
899+
900+
## Beta features settings
901+
902+
> [!IMPORTANT]
903+
>
904+
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.
904905
905906
### Enable Docker MCP Toolkit
906907

0 commit comments

Comments
 (0)