Docker Blog
-
Advanced Dockerfiles: Faster Builds and Smaller Images Using BuildKit and Multistage Builds
Multistage builds feature in Dockerfiles enables you to create smaller container images with better caching and smaller security footprint. In this blog post, I’ll show some more advanced patterns that go beyond copying files between a build and a runtime stage, allowing to get most out of the feature. If you are new to multistage builds you probably want to start by reading the usage guide first.
Read now
-
A New Way to Get Started with Docker!
One of the most common challenges we hear from developers is how getting started with containers can sometimes feel daunting. It’s one of the needs Docker is focusing on in its commitment to developers and dev teams. Our two aims: teach developers and help accelerate their onboarding. With the benefits of Docker so appealing, many…
Read now
-
How we test Docker Desktop with WSL 2
Recently we have released a new Edge version 2.2.3.0 of Docker Desktop for Windows. This can be considered as a release candidate for the next Stable version that will officially support WSL 2. With Windows 10 version 2004 in sight we are giving the next version of Docker Desktop the final touches to give you the best experience running Linux containers on Windows 10.
Read now
-
#mydockerbday Recap + Community Stories
Emma Cresta, 13 Although March has come and gone, you can still take part in the awesome activities put together by the community to celebrate Docker’s 7th birthday. Birthday Challenge Denise Rey and Captains Łukasz Lach, Marcos Nils, Elton Stoneman, Nicholas Dille, and Brandon Mitchell put together an amazing birthday challenge for the community to…
Read now
-
Deploy Stateful Docker Containers with Amazon ECS and Amazon EFS
AWS announced that its customers can now configure their ECS apps deployed in EC2 mode to access EFS file systems. This is good news for Docker developers who use Amazon ECS because ECS now natively integrates with Amazon EFS to automatically mount shared file systems into Docker containers.
Read now
-
Announcing the Compose Specification
Docker is pleased to announce that we have created a new open community to develop the Compose Specification.
Read now
-
Update from Docker on COVID-19 Actions
As the novel coronavirus causing COVID-19 continues to spread, Docker has been taking precautionary measures to support the health, well-being, and safety of our global team members and their families, as well as ensuring our customers and community at large can continue building and shipping apps using Docker.
Read now
-
Multi-Platform Docker Builds
Docker images have become a standard tool for testing and deploying new and third-party software.
Read now