-
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
-
Awesome-Compose: Application samples for project development kickoff
Software systems have become quite complex nowadays. A system may consist of several distributed services, each one providing a specific functionality and being updated independently. Starting the development of a project of such complexity is sometimes time consuming, in particular when you are not already familiar with the software stack you are going to work on. This may be because, most of the time, we need to follow rigorous steps to put together the entire project and if we make a mistake in-between, we may have to start all over again.
Read now