Docker Blog

Docker Index Shows Momentum in Developer Community Activity

The latest edition of the Docker Index is in, and it shows a continued growth in activity across the Docker community. The momentum we are seeing since the last Docker Index in February 2021 edition continues to grow. You’ll recall that we started publishing the...

Docker Captain Take 5 – Francesco Ciulla

Docker Captains are select members of the community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “Docker Captains Take 5” is a regular blog series where we get a closer look at our Captains and ask them the...

Accelerating New Features in Docker Desktop

November 2024 update: Announcing Upgraded Docker Plans: Simpler, More Value, Better Development and Productivity  To learn what's new in Docker Desktop, read our Docker Desktop release series. -- In November 2019 Docker announced our re-focusing on the needs of...

The Magic Behind the Scenes of Docker Desktop

November 2024 update: See the Docker Subscriptions pricing page for upgraded Docker plans. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest improvements and innovations. -- With all the...

Building a healthy and secure software supply chain

Securing the software supply chain is now an everyday concern for developers. As attackers increasingly target open-source components as a way to compromise the software supply chain, developers hold the keys to making their projects as secure as they can be. That’s...

Introduction to heredocs in Dockerfiles

Guest post by Docker Community Member Justin Chadell. This post originally appeared here. As of a couple weeks ago, Docker's BuildKit tool for building Dockerfiles now supports heredoc syntax! With these new improvements, we can do all sorts of things that were...