Docker Desktop 4.39 带来了 Docker Smart AI 代理、通用的 CLI 以及增强的多平台支持

  • 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 for gordon-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 to save, docker load, and docker history commands. Allows exporting or importing specific architecture variants like linux/arm64 or linux/amd64. Continues to support multi-platform builds using buildx.
  • More Details: Found in release notes.
阅读 10
0 条评论