Skip to content

Commit 96d59d7

Browse files
committed
update screenshots
1 parent 3fe4b38 commit 96d59d7

File tree

6 files changed

+9
-14
lines changed

6 files changed

+9
-14
lines changed
509 KB
Loading
-150 KB
Binary file not shown.
315 KB
Loading
-129 KB
Binary file not shown.
276 KB
Loading

content/manuals/ai/gordon/mcp/built-in-tools.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ To configure:
2121

2222
1. On the **Ask Gordon** view in Docker Desktop, select the `Toolbox` button in the bottom left of the input area.
2323

24-
![Gordon page with the toolbox button](../images/gordon.webp)
24+
![Gordon page with the toolbox button](../images/gordon.png)
2525

2626
2. To enable or disable a tool, select it in the left-menu and select the toggle.
2727

28-
![Gordon's Toolbox](../images/toolbox.webp)
28+
![Gordon's Toolbox](../images/toolbox.png)
2929

3030
For more information on the available Docker tools, see [Reference](#reference).
3131

@@ -108,7 +108,7 @@ $ docker ai "Show me logs from the auth-service pod"
108108

109109

110110
```console
111-
# Scan for CVEs
111+
# Scan for CVEs
112112
$ docker ai "Scan my application for security vulnerabilities"
113113

114114
# Get security recommendations
@@ -136,13 +136,11 @@ Tools to interact with your Docker containers, images, and volumes.
136136

137137
#### Container management
138138

139-
| Name | Description |
140-
|------|-------------|
141-
| `list_containers` | List all Docker containers |
142-
| `remove_containers` | Remove one or more Docker containers |
143-
| `stop_container` | Stop a running Docker container |
144-
| `fetch_container_logs` | Retrieve logs from a Docker container |
145-
| `run_container` | Run a new Docker container |
139+
| Name | Description |
140+
|---------------|----------------------------------------|
141+
| `docker` | Access to the Docker cli |
142+
| `list_builds` | List the builds in the Docker daemon |
143+
| `build_logs` | Show the build logs. |
146144

147145
#### Volume management
148146

@@ -231,8 +229,5 @@ General-purpose development utilities.
231229

232230
### Docker MCP Catalog
233231

234-
If you have enabled the [MCP Toolkit feature](/content/manuals/ai/mcp-catalog-and-toolkit/toolkit.md),
232+
If you have enabled the [MCP Toolkit feature](../../mcp-catalog-and-toolkit/_index.md),
235233
all the tools you have enabled and configured are available for Gordon to use.
236-
237-
To disable Gordon's access to the MCP toolkit
238-

0 commit comments

Comments
 (0)