Docker Blog
-
#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
-
#myDockerBday Discounts on Docker Captain Docker + Kubernetes Content
In honor of Docker’s 7th birthday, Docker Captains have extended some fantastic deals on their learning content. Take this opportunity to level up your skills and learn Docker with excellent instructors.
Read now
-
First Docker GitHub Action is here!
We are happy to announce that today Docker has released its first Github Action! We’ve been working with GitHub, looking into how developers have been using GitHub Actions with Docker to set up their CI/CD workflows. The standard flows you’ll see if you look around are what you’d expect: building an image, tagging it, logging into Hub, and pushing the image. This is the workflow we’ve aimed to support with our Docker build-push action.
Read now