Rebrand "Docker AI" references to "Gordon" across docs.docker.com

Signed-off-by: Derek Misler <derek.misler@docker.com>
This commit is contained in:
Derek Misler
2026-03-06 11:48:48 -05:00
parent 8a6c3811dc
commit 1bf9cb9c3b
21 changed files with 30 additions and 53 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -37,7 +37,7 @@ params:
icon: /icons/cagent.svg
link: /ai/cagent
ai:
- title: Ask Gordon
- title: Gordon
description: Streamline your workflow and get the most out of the Docker ecosystem with your personal AI assistant.
icon: note_add
link: /ai/gordon/

View File

@@ -51,7 +51,7 @@ Before you begin:
{{< tab name="Docker Desktop" >}}
1. Open Docker Desktop.
2. Select **Ask Gordon** in the sidebar.
2. Select **Gordon** in the sidebar.
3. Select your project directory.
4. Type a question: "What containers are running?"

View File

@@ -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:

View File

@@ -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.
4. Select **Apply**.
## Commands

View File

@@ -23,7 +23,7 @@ Tool configuration provides an additional layer of control:
To configure Gordon's tools:
1. Open Docker Desktop.
2. Select **Ask Gordon** in the sidebar.
2. Select **Gordon** in the sidebar.
3. Select the settings icon at the bottom of the text input area.
![Session settings icon](../images/perm_settings.avif?border=true)

View File

@@ -15,7 +15,7 @@ the Gordon view.
To access Gordon:
1. Open Docker Desktop and sign in to your Docker account.
2. Select **Ask Gordon** in the sidebar.
2. Select **Gordon** in the sidebar.
3. Type your question or request in the input field.
4. Press <kbd>Enter</kbd> or select the send button.
@@ -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

View File

@@ -29,7 +29,7 @@ By default, the following actions require approval before Gordon can use them:
To change the default permission settings for Gordon:
1. Open Docker Desktop.
2. Select **Ask Gordon** in the sidebar.
2. Select **Gordon** in the sidebar.
3. Select the settings icon at the bottom of text input.
![Session settings icon](../images/perm_settings.avif)

View File

@@ -23,7 +23,7 @@ For more information about MCP concepts and how MCP servers work, see the [Docke
1. From the **MCP Toolkit** menu, select the **Catalog** tab and search for **Docker Hub** and select the plus icon to add the Docker Hub MCP server.
1. In the server's **Configuration** tab, insert your Docker Hub username and personal access token (PAT).
1. In the **Clients** tab in MCP Toolkit, ensure Gordon is connected.
1. From the **Ask Gordon** menu, you can now send requests related to your
1. From the **Gordon** menu, you can now send requests related to your
Docker Hub account, in accordance to the tools provided by the Docker Hub MCP server. To test it, ask Gordon:
```text

View File

@@ -66,7 +66,7 @@ Docker Desktop integrates with your preferred development tools and languages, a
- [Docker MCP Toolkit and Catalog](/manuals/ai/mcp-catalog-and-toolkit/_index.md)
- [Docker Model Runner](/manuals/ai/model-runner/_index.md)
- [Ask Gordon](/manuals/ai/gordon/_index.md)
- [Gordon](/manuals/ai/gordon/_index.md)
- [Docker Offload](/manuals/offload/_index.md)
- [Docker Engine](/manuals/engine/_index.md)
- Docker CLI client

View File

@@ -16,7 +16,7 @@ It provides a centralized interface to manage your [containers](container.md), [
In addition, the Docker Desktop Dashboard lets you:
- Use [Ask Gordon](/manuals/ai/gordon/_index.md), a personal AI assistant embedded in Docker Desktop and the Docker CLI. It's designed to streamline your workflow and help you make the most of the Docker ecosystem.
- Use [Gordon](/manuals/ai/gordon/_index.md), a personal AI assistant embedded in Docker Desktop and the Docker CLI. It's designed to streamline your workflow and help you make the most of the Docker ecosystem.
- Navigate to the **Settings** menu to configure your Docker Desktop settings. Select the **Settings** icon in the Dashboard header.
- Access the **Troubleshoot** menu to debug and perform restart operations. Select the **Troubleshoot** icon in the Dashboard header.
- Be notified of new releases, installation progress updates, and more in the **Notifications center**. Select the bell icon in the bottom-right corner of the Docker Desktop Dashboard to access the notification center.

View File

@@ -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

View File

@@ -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

View File

@@ -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:
@@ -11,12 +11,12 @@ params:
text: Experimental
---
{{< summary-bar feature_name="Ask Gordon DHI migration" >}}
{{< summary-bar feature_name="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

View File

@@ -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 |

View File

@@ -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
- **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

View File

@@ -155,7 +155,7 @@ extension was available in early access on the GitHub Marketplace. GitHub
[deprecated Copilot Extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/)
which led to the retirement of the Docker for GitHub Copilot extension. If
you're looking for AI-assisted Docker workflows, explore the Docker MCP Toolkit
and MCP Catalog, or use Ask Gordon in Docker Desktop and the Docker CLI.
and MCP Catalog, or use Gordon in Docker Desktop and the Docker CLI.
### Enhanced Service Account add-ons

View File

@@ -14,7 +14,7 @@ aliases:
> Looking for a definition that's not listed or need a more context-aware
> explanation?
>
> Try <a role="button" tabindex="0" class="open-kapa-widget">Ask AI</a>.
> Try <a role="button" tabindex="0" class="open-kapa-widget">Gordon</a>.
<!--

View File

@@ -16,7 +16,7 @@ Amazon S3 cache:
Gordon:
availability: Beta
requires: Docker Desktop [4.61.0](/manuals/desktop/release-notes.md#4610) or later
Ask Gordon DHI migration:
Gordon DHI migration:
availability: Experimental
requires: Docker Desktop [4.38.0](/manuals/desktop/release-notes.md#4380) or later
Automated builds:

View File

@@ -341,7 +341,7 @@
class="flex items-center justify-between rounded-t-lg border-b border-gray-200 bg-blue-600 px-6 py-3 dark:border-gray-700"
>
<div class="flex items-center gap-3">
{{ partial "utils/svg.html" "images/ask-ai-logo.svg" }}
{{ partial "utils/svg.html" "images/gordon-logo.svg" }}
</div>
<div class="flex items-center gap-2">
<button
@@ -615,30 +615,6 @@
</div>
<div class="flex items-center justify-between" x-data="{ showTooltip: false }">
<div class="relative">
<button
@click="includePageContext = !includePageContext"
@mouseenter="showTooltip = true"
@mouseleave="showTooltip = false"
type="button"
:class="includePageContext
? 'bg-blue-100 text-blue-600 dark:bg-blue-800 dark:text-blue-200'
: 'bg-gray-200 text-gray-500 dark:bg-gray-700 dark:text-gray-400'"
class="cursor-pointer rounded-md px-2 py-1 text-xs font-medium transition-colors hover:opacity-80"
>
<span class="flex items-center gap-1">
<template x-if="includePageContext">
<span class="icon-svg icon-xs">
{{ partialCached "icon" "link" "link" }}
</span>
</template>
<template x-if="!includePageContext">
<span class="icon-svg icon-xs">
{{ partialCached "icon" "link_off" "link_off" }}
</span>
</template>
<span>Context</span>
</span>
</button>
<!-- Tooltip -->
<div
x-show="showTooltip"

View File

@@ -55,7 +55,7 @@
<span class="icon-svg">
{{ partial "utils/svg.html" "/icons/sparkle.svg" }}
</span>
<span class="hidden px-1 lg:inline">Ask&nbsp;AI</span>
<span class="hidden px-1 lg:inline">Gordon</span>
</button>
<div id="search-bar-container">