@@ -21,13 +21,13 @@ 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
26- 2 . Choose the tools you want to make available. Selecting a card lets you view extra information regarding each tool and what it does .
26+ 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
30- For more information on the possible tools, see [ Reference] ( #reference ) .
30+ For more information on the available Docker tools, see [ Reference] ( #reference ) .
3131
3232## Usage examples
3333
@@ -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
@@ -224,15 +222,12 @@ General-purpose development utilities.
224222
225223| Tool | Description |
226224| ------| -------------|
227- | ` list_models ` | List all available AI models |
228- | ` pull_model ` | Download an AI model |
225+ | ` list_models ` | List all available Docker models |
226+ | ` pull_model ` | Download an Docker model |
229227| ` run_model ` | Query a model with a prompt |
230- | ` remove_model ` | Remove an AI model |
228+ | ` remove_model ` | Remove an Docker model |
231229
232- ### AI Tool Catalog
230+ ### Docker MCP Catalog
233231
234- When the [ AI Tool
235- Catalog] ( https://open.docker.com/extensions/marketplace?extensionId=docker/labs-ai-tools-for-devs )
236- Docker Desktop extension is installed, all the tools enabled in the catalog are
237- available for Gordon to use. After installation, you can enable the usage of the
238- AI Tool Catalog tools in the toolbox section of Gordon.
232+ If you have enabled the [ MCP Toolkit feature] ( ../../mcp-catalog-and-toolkit/_index.md ) ,
233+ all the tools you have enabled and configured are available for Gordon to use.
0 commit comments