Docker Desktop 4.19 includes performance enhancements, new language support, and a Moby update. Container-to-host networking performance is 5x faster on macOS, and Docker Init supports Python and Node.js.
compose
Docker Compose Experiment: Sync Files and Automatically Rebuild Services with Watch Mode
Starting with Compose v2.17, we’re excited to share an early look at the new development-specific configuration in Compose YAML as well as an experimental file watch command.
Docker Compose: What’s New, What’s Changing, What’s Next
Docker Compose V1 will be deprecated after June, 2023. Here’s what you need to know to transition to Compose V2!
How to Set Up Your Local Node.js Development Environment Using Docker
Learn how to set up a local Node.js development environment using Docker with this step-by-step guide!
Announcing Compose V2 General Availability
We’re thrilled to announce the General Availability of Docker Compose Version 2 (aka V2)! We launched the first version of Compose V2 in June of 2021. Thanks to your feedback, we’ve made numerous improvements since our initial rollout — and have seen a steady increase...
Start Dev Environments locally, Compose V2 RC 1, and more in Docker Desktop 3.6
Docker Desktop 3.6 has just been released and we’re looking forward to you trying it. Start Dev Environments from your Local Machine You can now share dev environments with your colleagues and get started with code already on your local machine as well as the existing...
Improved Volume Management, Docker Dev Environments and more in Desktop 3.5
Docker Desktop 3.5 is here and we can’t wait for you to try it! We’ve introduced some exciting new features including improvements to the Volume Management interface, a tech preview of Docker Dev Environments, and enhancements to Compose V2. Easily Manage Files in...
Guest Post: Calling the Docker CLI from Python with Python-on-whales
Image: Alice Lang, [email protected] At Docker, we are incredibly proud of our vibrant, diverse and creative community. From time to time, we feature cool contributions from the community on our blog to highlight some of the great work our community does....
How to Deploy GPU-Accelerated Applications on Amazon ECS with Docker Compose
Many applications can take advantage of GPU acceleration, in particular resource-intensive Machine Learning (ML) applications. The development time of such applications may vary based on the hardware of the machine we use for development. Containerization will...