@@ -20,12 +20,13 @@ of the Docker ecosystem.
2020
2121## Key features
2222
23- Ask Gordon provides AI-powered assistance within Docker tools. It can:
23+ Ask Gordon provides AI-powered assistance in 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 )
2930
3031It understands your local environment, including source code, Dockerfiles, and
3132images, to provide personalized and actionable guidance.
@@ -104,9 +105,10 @@ If you have concerns about data collection or usage, you can
104105
105106## Using Ask Gordon
106107
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.
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.
110112
111113Once you've enabled the Docker AI features, you'll also find references to ** Ask
112114Gordon** in various other places throughout the Docker Desktop user interface.
@@ -122,6 +124,7 @@ ways things you can try:
122124- [ Troubleshoot a crashed container] ( #troubleshoot-a-crashed-container )
123125- [ Get help with running a container] ( #get-help-with-running-a-container )
124126- [ Improve a Dockerfile] ( #improve-a-dockerfile )
127+ - [ Migrate a Dockerfile to DHI] ( #migrate-a-dockerfile-to-dhi )
125128
126129For more examples, try asking Gordon directly. For example:
127130
@@ -197,6 +200,17 @@ across several dimensions:
197200- Portability
198201- Resource efficiency
199202
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+
200214## Disable Ask Gordon
201215
202216### For individual users
0 commit comments