@@ -21,11 +21,11 @@ To configure:
2121
22221 . 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
26262 . 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) ,
235233all 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