Skip to content

Commit 7745dfd

Browse files
authored
Merge pull request #25063 from dvdksn/gordon-ga
gordon: GA release documentation updates
2 parents 4d584c2 + 30e29c3 commit 7745dfd

17 files changed

Lines changed: 168 additions & 76 deletions

content/manuals/ai/gordon/_index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ description:
66
weight: 40
77
params:
88
sidebar:
9-
badge:
10-
color: blue
11-
text: Beta
129
group: AI and agents
1310
aliases:
1411
- /desktop/features/gordon/
@@ -38,12 +35,13 @@ Gordon proposes every action before executing. You approve what it does.
3835

3936
Before you begin:
4037

41-
- Docker Desktop 4.61.0 or later
38+
- Docker Desktop 4.74 or later
4239
- Sign in to your Docker account
4340

4441
> [!NOTE]
45-
> Gordon is enabled by default for Personal, Pro, and Team subscriptions.
46-
> Business subscribers must complete two steps before users can access Gordon:
42+
> Gordon is enabled by default for signed-in Docker users. If your account
43+
> belongs to an organization with a Business subscription, access requires two
44+
> additional steps:
4745
>
4846
> 1. Contact Docker Support to activate Gordon for your organization. Docker
4947
> will confirm when activation is complete.
@@ -80,7 +78,7 @@ Before you begin:
8078

8179
2. Type a question: "what containers are running?" and press <kbd>Enter</kbd>.
8280

83-
![Gordon running in the terminal](./images/gordon_tui.avif?border=true)
81+
![Gordon running in the terminal](./images/gordon_tui.avif)
8482

8583
3. Review Gordon's proposed actions and approve by typing `y`.
8684

@@ -92,7 +90,7 @@ Before you begin:
9290
By default, Gordon asks for approval before executing actions. You can approve
9391
individual actions or allow all actions for the current session.
9492

95-
![Gordon permission request](./images/permissions.avif)
93+
![Gordon permission request](./images/gordon_permissions_prompt.avif)
9694

9795
Permissions reset for each session. To configure default permissions or enable
9896
auto-approve mode, see [Permissions](./how-to/permissions.md).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ processed are not stored.
5151

5252
### Personal (free) subscription
5353

54-
Conversation threads are stored for 30 days to improve the service. Individual
55-
queries and responses are retained as part of your conversation history.
54+
Anonymized conversation threads are stored for 30 days to improve the service.
55+
Individual queries and responses are retained as part of your conversation history.
5656

5757
### All subscriptions
5858

@@ -85,7 +85,7 @@ You can disable Gordon at any time:
8585
Individual users:
8686

8787
1. Open Docker Desktop Settings.
88-
2. Navigate to the **Beta features** section.
88+
2. Navigate to the **AI** section.
8989
3. Clear the **Enable Gordon** option.
9090
4. Select **Apply**.
9191

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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.
57+
2. Navigate to the **AI** section.
5858
3. Clear the **Enable Gordon** option.
5959
4. Select **Apply**.
6060

content/manuals/ai/gordon/how-to/configure-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To configure Gordon's tools:
2626
2. Select **Gordon** in the sidebar.
2727
3. Select the settings icon at the bottom of the text input area.
2828

29-
![Session settings icon](../images/perm_settings.avif?border=true)
29+
![Session settings icon](../images/gordon_permission_settings.avif)
3030

3131
The tool settings dialog opens with two tabs: **Basic** and **Advanced**.
3232

@@ -61,7 +61,7 @@ To configure:
6161
2. Add commands to **Allow rules** or **Deny rules**.
6262
3. Select **Save**.
6363

64-
![Advanced tool configuration](../images/gordon_advanced_tool_config.avif?w=500px&border=true)
64+
![Advanced tool configuration](../images/gordon_advanced_tool_config.avif)
6565

6666
Gordon still requests approval before running allow-listed tools, unless YOLO
6767
mode (auto-approve mode that bypasses permission checks) is enabled.

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,23 @@ to change it during a conversation:
3030
1. Select the directory icon in the Gordon input area.
3131
2. Browse and select a different directory.
3232

33+
## Contextual help
34+
35+
The Gordon icon appears throughout Docker Desktop. Selecting it opens Gordon
36+
pre-loaded with context about the item you are working with, such as container
37+
logs or build output.
38+
39+
## Usage indicator
40+
41+
Docker Desktop shows a usage indicator so you can see how close you are to
42+
your tier limit. See [Usage limits and tiers](../usage-limits.md) for details.
43+
3344
## Disabling Gordon
3445

3546
To disable Gordon:
3647

3748
1. Open Docker Desktop Settings.
38-
2. Navigate to the **Beta features** section.
49+
2. Navigate to the **AI** section.
3950
3. Clear the **Enable Gordon** option.
4051
4. Select **Apply**.
4152

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To change the default permission settings for Gordon:
3232
2. Select **Gordon** in the sidebar.
3333
3. Select the settings icon at the bottom of text input.
3434

35-
![Session settings icon](../images/perm_settings.avif)
35+
![Session settings icon](../images/gordon_permission_settings.avif)
3636

3737
In the **Basic** tab you can configure whether Gordon should ask for permission
3838
before using a tool.
-14.7 KB
Binary file not shown.
Binary file not shown.
4.36 KB
Binary file not shown.
64.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)