Discover Docker Desktop 4.34’s enhancements that boost security, scalability, and productivity for developers. This release includes a readily available MSI installer for simpler Windows deployment, improved authentication processes, smart storage compaction for WSL2, and seamless NVIDIA AI Workbench integration for streamlined model training and local development.
Docker Blog
Streamlining Local Development with Dev Containers and Testcontainers Cloud
Learn how to run Testcontainers-based tests or services from within dev containers and how to leverage Testcontainers Cloud securely and efficiently to make interacting with Docker even easier.
Optimizing AI Application Development with Docker Desktop and NVIDIA AI Workbench
Learn about Docker’s collaboration with NVIDIA, which enhances your ability to leverage Docker containers and improves your overall experience of building and developing AI/ML applications.
How to Fix ESLint Violations with AI Assistance
Learn how to use GenAI to fix ESLint violations, without installing Node.
Docker Navigator: New Docker Build Checks, Python Containerization, and RUN, CMD, ENTRYPOINT Best Practices
This month, we celebrate being acknowledged in the Stack Overflow 2024 Developer Survey and are excited to bring you new features, guides, and best practices. Thank you for being part of our community and inspiring us to keep pushing the boundaries of innovation.
Deprecation of Password Logins on CLI with Docker SSO Enforcement
The Docker team announces the deprecation of password logins on the Docker CLI when Single Sign-On (SSO) is enforced, effective September 16, 2024.
Zero Trust and Docker Desktop: An Introduction
We explore Zero Trust security and walk through several strategies for implementing Zero Trust within a Docker Desktop-based development environment.
Adding the ESLint Tool to an AI Assistant: Improving Recommendations for JS/TS Projects
We show how to enable our AI assistant to provide advice that is both helpful and actionable for linting JavaScript and TypeScript projects.
Docker Best Practices: Understanding the Differences Between ADD and COPY Instructions in Dockerfiles
What are Docker ADD/COPY instructions and when should you use them? We explain the differences between the ADD and COPY instructions in Dockerfiles, including when to use each based on security, functionality, and build context.