@@ -21,11 +21,11 @@ To configure:
21
21
22
22
1 . On the ** Ask Gordon** view in Docker Desktop, select the ` Toolbox ` button in the bottom left of the input area.
23
23
24
- ![ Gordon page with the toolbox button] ( ../images/gordon.webp )
24
+ ![ Gordon page with the toolbox button] ( ../images/gordon.png )
25
25
26
26
2 . To enable or disable a tool, select it in the left-menu and select the toggle.
27
27
28
- ![ Gordon's Toolbox] ( ../images/toolbox.webp )
28
+ ![ Gordon's Toolbox] ( ../images/toolbox.png )
29
29
30
30
For more information on the available Docker tools, see [ Reference] ( #reference ) .
31
31
@@ -108,7 +108,7 @@ $ docker ai "Show me logs from the auth-service pod"
108
108
109
109
110
110
``` console
111
- # Scan for CVEs
111
+ # Scan for CVEs
112
112
$ docker ai " Scan my application for security vulnerabilities"
113
113
114
114
# Get security recommendations
@@ -136,13 +136,11 @@ Tools to interact with your Docker containers, images, and volumes.
136
136
137
137
#### Container management
138
138
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. |
146
144
147
145
#### Volume management
148
146
@@ -231,8 +229,5 @@ General-purpose development utilities.
231
229
232
230
### Docker MCP Catalog
233
231
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) ,
235
233
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