See best practices for using public images and ensuring the security and reliability of your Docker containers.
microsoft azure
Running Testcontainers Tests Using Azure Pipelines
Learn how to run Testcontainers tests on Azure Pipelines using default Docker and Testcontainers Cloud with a sample Spring Boot application.
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...
Check out the Azure CLI experience now available in Desktop Stable
November 2024 update: Learn about the upgraded Docker plans and choose the best Docker Subscription for you. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest enhancements and innovations....
Deploying a Minecraft Docker Server to the cloud
One of the simplest examples that people have used over the years of demoing Docker is quickly standing up and running a Minecraft server. This shows the power of using Docker and has a pretty practical application! Recently I wanted to set up a server but I wanted to...
July Recap: Docker Talks Live Stream
Here at Docker, we have a deep love for developers and with more and more of the community working remotely, we thought it would be a great time to start live streaming and connecting with the community virtually. To that end, Chad Metcalf (@metcalfc) and I...
How To Deploy Containers to Azure ACI using Docker CLI and Compose
Running containers in the cloud can be hard and confusing. There are so many options to choose from and then understanding how all the different clouds work from virtual networks to security. Not to mention orchestrators. It’s a learning curve to say the least. At...
Running a container in Microsoft Azure Container Instances (ACI) with Docker Desktop Edge
November 2024 update: Learn about the upgraded Docker plans and choose the best Docker Subscription for you. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest enhancements and innovations....
Shortening the developer commute with Docker and Microsoft Azure
Do you remember the first time you used Docker? I do. It was about six years ago and like many folks at the time it looked like this: docker run -it redis I was not using Redis at the time but it seemed like a complicated enough piece of software to put this new...