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...
azure
Check out the Azure CLI experience now available in Desktop Stable
Back in May we announced the partnership between Docker and Microsoft to make it easier to deploy containerized applications from the Desktop to the cloud with Azure Container Instances (ACI). Then in June we were able to share the first version of this as part of a...
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
Earlier this month Docker announced our partnership with Microsoft to shorten the developer commute between the desktop and running containers in the cloud. We are excited to announce the first release of the new Docker Azure Container Instances (ACI) experience today...
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...