Docker Blog
-
Mar 17, 2021
Docker and CNCF Join Forces for “Container Garage” Event Series
At Docker, we’re constantly trying to engage and connect with developer communities around the world to explore ways we can cross pollinate ideas, share, and learn from each other. Today, we’re thrilled to announce that Docker and the CNCF are joining forces to run a community-led event series called “Container Garage”, covering all things containers…
Read now
-
Mar 16, 2021
Docker Series B: More Fuel To Help Dev Teams Get Ship Done
Today we’re excited and humbled to announce Docker’s Series B raise of $23 million to accelerate our mission of delivering tools development teams love to quickly take their ideas from code to cloud. The round was led by Tribe Capital with participation from our existing investors, Benchmark and Insight Partners. Arjun Sethi, Tribe co-founder and…
Read now
-
Mar 15, 2021
Docker Compose: From Local to Amazon ECS
By using cloud platforms, we can take advantage of different resource configurations and compute capacities. However, deploying containerized applications on cloud platforms is proving to be quite challenging, especially for new users who have no expertise on how to use that platform. As each platform may provide specific APIs, orchestrating the deployment of a containerized…
Read now
-
Mar 11, 2021
Guest Post: Calling the Docker CLI from Python with Python-on-whales
This post highlights a new project built by Gabriel de Marmiesse from the Docker community: Python-on-whales. The goal of this project is to have a 1-to-1 mapping between the Docker CLI and the Python library.
Read now
-
Mar 9, 2021
Desktop Support for iTerm2 – A Feature Request from the Docker Public Roadmap
The latest Docker Desktop release includes support for iTerm2 which is a terminal emulator that is highly popular with macOS fans. This feature request to support additional terminals started from the Docker public roadmap.
Read now
-
Mar 1, 2021
How to Use Your Own Registry
In this article we’ll take a look at setting up and configuring a local instance of the Distribution project where your teams can share images with docker commands they already know: docker push and docker pull.
Read now
-
Feb 25, 2021
Captains Take 5 – Nick Janetakis
“Docker Captains Take 5” is a regular blog series where we get a closer look at our Captains and ask them the same broad set of questions. Today, we’re interviewing Nick Janetakis who has been a Docker Captain since 2016.
Read now
-
Feb 23, 2021
Compiling Qt with Docker Using Caching
In a previous guest post, we talked about how we compile Qt for Screenly OSE using Docker’s nifty multi-stage and multi-platform features. In this article, we build on this topic further and zoom in on caching.
Read now