Docker Blog
-
Changing How Updates Work with Docker Desktop 3.3
Updated June 16, 2021We’ve heard your feedback regarding how the “Skip this update” behavior introduced in Docker Desktop 3.3 was confusing and missed the mark. We’ve made some changes to how it works in response to your feedback in Docker Desktop 3.4. Read more about these changes in the Docker Desktop 3.4 blog. Today we…
Read now
-
Compiling Containers – Dockerfiles, LLVM and BuildKit
Today we’re featuring a blog from Adam Gordon Bell at Earthly who writes about how BuildKit, a technology developed by Docker and the community, works and how to write a simple frontend. Earthly uses BuildKit in their product. Introduction How are containers made? Usually, from a series of statements like `RUN`, `FROM`, and `COPY`, which…
Read now
-
Advanced Image Management in Docker Hub
November 2024 update: See the Docker Subscriptions pricing page for upgraded Docker plans. Simpler, more value, better development and productivity. — We are excited to announce the latest feature for Docker Pro and Team users, our new Advanced Image Management Dashboard available on Docker Hub. The new dashboard provides developers with a new level of…
Read now
-
Docker Community All Hands Recap
We are sharing a recap of last week’s second quarterly Community All-Hands and the feedback we got from the community. The Community All-Hands deepen our engagement with the Docker community and bring users, contributors and staff together on a quarterly basis. It is an opportunity for the community to get updates on what we’re working…
Read now
-
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
-
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
-
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
-
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