Skip to content

Commit e004775

Browse files
authored
Merge pull request #23853 from usha-mandya/dhi-ai-update
Update AI-assisted migration instructions
2 parents fe911f2 + 5c7ede3 commit e004775

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

content/manuals/dhi/migration/migrate-with-ai.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@ You can use Docker's AI-powered assistant, to automatically migrate your
1717
Dockerfile to use Docker Hardened Images (DHI).
1818

1919
1. Ensure Docker's AI-powered assistant is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
20-
1. In the assistant's Toolbox, ensure the [Developer MCP Toolkit is enabled](/manuals/ai/gordon/mcp/built-in-tools.md#configuration).
21-
1. In the terminal, navigate to the directory containing your Dockerfile.
22-
1. Start a conversation with the assistant:
20+
2. In the terminal, navigate to the directory containing your Dockerfile.
21+
3. Start a conversation with the assistant:
2322
```bash
2423
docker ai
2524
```
26-
1. Type:
25+
4. Type:
2726
```console
2827
"Migrate my dockerfile to DHI"
2928
```
30-
1. Follow the conversation with the assistant. The assistant will edit your Dockerfile, so when
29+
5. Follow the conversation with the assistant. The assistant will edit your Dockerfile, so when
3130
it requests access to the filesystem and more, type `yes` to allow the assistant to proceed.
3231

3332
When the migration is complete, you see a success message:

0 commit comments

Comments
 (0)