cloud
-
Using Authenticated Logins for Docker Hub in Google Cloud
The rise of open source software has led to more collaborative development, but it’s not without challenges. While public container images offer convenience and access to a vast library of prebuilt components, their lack of control and potential vulnerabilities can introduce security and reliability risks into your CI/CD pipeline. This blog post delves into best…
Read now
-
Docker Acquires Mutagen for Continued Investment in Performance and Flexibility of Docker Desktop
Docker acquires Mutagen, the open source software leveraging file synchronization and networking technologies, to invest in the future of Docker Desktop.
Read now
-
Develop Your Cloud App Locally with the LocalStack Extension
Learn how to use the LocalStack Docker Extension to emulate a cloud service locally with Docker Desktop.
Read now
-
Join Docker This Month at KubeCon and the Cloud Engineering Summit
Two cloud-related conferences are coming up this month, and Docker will have speakers at both. First up, Docker CTO Justin Cormack will present at KubeCon next week. The week after that Peter McKee, Docker’s head of Developer Relations, will speak at Pulumi Cloud Engineering Summit. At KubeCon, Justin and co-presenter Steve Lasker of Microsoft will…
Read now
-
Setting Up Cloud Deployments Using Docker, Azure and Github Actions
A few weeks ago I shared a blog about how to use GitHub Actions with Docker, prior to that Guillaume has also shared his blog post on using Docker and ACI. I thought I would bring these two together to look at a single flow to go from your code in GitHub all the way…
Read now
-
Docker Open Sources Compose for Amazon ECS and Microsoft ACI
Today we are open sourcing the code for the Amazon ECS and Microsoft ACI Compose integrations. This is the first time that Docker has made Compose available for the cloud, allowing developers to take their Compose projects they were running locally and deploy them to the cloud by simply switching context.
Read now
-
DockerCon 2020: Top Rated Sessions – The Fundamentals
Of all the sessions from DockerCon LIVE 2020, the Best Practices + How To’s track sessions received the most live views and on-demand views. Not only were these sessions highly viewed, they were also highly rated. We thought this would be the case based on the fact that many developers are learning Docker for this…
Read now
-
How to Build and Test Your Docker Images in the Cloud with Docker Hub
In this article, we’ll walk through deploying our code to the cloud, how to use Docker Hub to build our images when we push to GitHub and how to use Docker Hub to automate running tests.
Read now