4.83-RN#25558
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🔴 CRITICAL
Two broken markdown links (missing closing bracket and URL) will render as malformed text in the published docs, plus one missing word.
|
|
||
| - Docker Desktop CLI v0.4.2 | ||
| - [Docker Model Runner v1.2.6](https://github.com/docker/model-runner/releases/tag/v1.2.6) | ||
| - [Docker Offload `v0.6.9` |
There was a problem hiding this comment.
[HIGH] Broken markdown link — missing closing bracket and URL
The line - [Docker Offload \v0.6.9`is missing the closing]and the(url)link target. This will render as broken or plain text in the published docs rather than a clickable link. Compare the correctly formatted entries on adjacent lines, e.g.Docker Model Runner v1.2.6`.
Suggested fix:
- [Docker Offload `v0.6.9`](https://github.com/docker/offload/releases/tag/v0.6.9)
| - [Docker Offload `v0.6.9` | ||
| - [Docker Agent v1.103.0](https://github.com/docker/docker-agent/releases/tag/v1.103.0) | ||
| - [Docker Compose v5.3.1](https://github.com/docker/compose/releases/tag/v5.3.1) | ||
| - [Docker Desktop Build `v0.36.0` |
There was a problem hiding this comment.
[HIGH] Broken markdown link — missing closing bracket and URL
The line - [Docker Desktop Build \v0.36.0`is missing the closing]and the(url)link target. This will render as broken or plain text in the published docs. Compare correctly formatted entries likeDocker Compose v5.3.1`.
Suggested fix:
- [Docker Desktop Build `v0.36.0`](https://github.com/docker/desktop-build/releases/tag/v0.36.0)
| - Fixed an issue where a GPU process crash prevented the Docker Desktop Dashboard from loading by automatically disabling hardware acceleration and restarting the app. | ||
| - Fixed an issue where `docker ai` sessions launched directly from a terminal were killed when Docker Desktop was restarted. | ||
| - Fixed an issue where a malformed `daemon.json` would be silently overwritten with defaults on startup, causing users to lose their custom daemon configuration. | ||
| - Added a **Custom rules** tab Gordon's permissions dialog. Users can now add allow/deny rules for specific commands or MCP tools. |
There was a problem hiding this comment.
[MEDIUM] Missing word "to" — grammatically incomplete sentence
"Added a Custom rules tab Gordon's permissions dialog" is missing the preposition "to" before "Gordon's". As written it reads as a fragment.
Suggested fix: "Added a Custom rules tab to Gordon's permissions dialog."
Description
Related issues or tickets
Reviews