Docker Desktop 4.39 Release: Brings Docker Smart AI Agent with MCP and Kubernetes Integration, Docker Desktop CLI GA, and enhanced multi-platform support.
- Docker AI Agent Updates: Integrated with third-part services via MCP, can generate GitHub projects, retrieve remote content, or run as containers. Users type
docker ai
to use it and it looks forgordon-mcp.yml
file. Now connects directly to local Docker Engine and Kubernetes cluster to manage resources like listing and cleaning up containers, images, and volumes, and interacting with Kubernetes. Reduced response times and more context-aware answers. - Docker Desktop CLI GA: A command-line interface tool allowing users to control Docker Desktop without GUI. Can start, stop, restart, check status, print logs, and update.
- Containerization Capability: Can generate Docker related assets for various languages like JavaScript/TypeScript, Go, Python, and C# by prompting
Can you containerize my application?
. Generates optimized Dockerfile, Compose file,.dockerignore
file, and README. - Multi-Platform Image Management: Introduced
--platform
flag tosave
,docker load
, anddocker history
commands. Allows exporting or importing specific architecture variants likelinux/arm64
orlinux/amd64
. Continues to support multi-platform builds usingbuildx
.
- Docker AI Agent Updates: Integrated with third-part services via MCP, can generate GitHub projects, retrieve remote content, or run as containers. Users type
- More Details: Found in release notes.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。