@@ -20,13 +20,12 @@ of the Docker ecosystem.
2020
2121## Key features
2222
23- Ask Gordon provides AI-powered assistance in Docker tools. It can:
23+ Ask Gordon provides AI-powered assistance within Docker tools. It can:
2424
2525- Improve Dockerfiles
2626- Run and troubleshoot containers
2727- Interact with your images and code
2828- Find vulnerabilities or configuration issues
29- - Migrate a Dockerfile to use [ Docker Hardened Images] ( /manuals/dhi/_index.md )
3029
3130It understands your local environment, including source code, Dockerfiles, and
3231images, to provide personalized and actionable guidance.
@@ -105,10 +104,9 @@ If you have concerns about data collection or usage, you can
105104
106105## Using Ask Gordon
107106
108- You can access Gordon:
109-
110- - In Docker Desktop, in the ** Ask Gordon** view.
111- - Via the Docker CLI, with the ` docker ai ` CLI command.
107+ The primary interfaces to Docker's AI capabilities are through the ** Ask
108+ Gordon** view in Docker Desktop, or if you prefer to use the CLI: the `docker
109+ ai` CLI command.
112110
113111Once you've enabled the Docker AI features, you'll also find references to ** Ask
114112Gordon** in various other places throughout the Docker Desktop user interface.
@@ -124,7 +122,6 @@ ways things you can try:
124122- [ Troubleshoot a crashed container] ( #troubleshoot-a-crashed-container )
125123- [ Get help with running a container] ( #get-help-with-running-a-container )
126124- [ Improve a Dockerfile] ( #improve-a-dockerfile )
127- - [ Migrate a Dockerfile to DHI] ( #migrate-a-dockerfile-to-dhi )
128125
129126For more examples, try asking Gordon directly. For example:
130127
@@ -200,17 +197,6 @@ across several dimensions:
200197- Portability
201198- Resource efficiency
202199
203- ### Migrate a Dockerfile to DHI
204-
205- Migrating your Dockerfile to use [ Docker Hardened Images] ( /manuals/dhi/_index.md ) helps you build
206- more secure, minimal, and production-ready containers. DHIs are designed to
207- reduce vulnerabilities, enforce best practices, and simplify compliance, making
208- them a strong foundation for secure software supply chains.
209-
210- To request Gordon's help for the migration:
211-
212- {{% include "gordondhi.md" %}}
213-
214200## Disable Ask Gordon
215201
216202### For individual users
0 commit comments