For years, Bitnami has played a vital role in the open source and cloud-native community, making it easier for developers and operators to deploy popular applications with reliable, prebuilt container images and Helm charts. Countless teams have benefited from their work standardizing installation and updates for everything from WordPress to PostgreSQL. We want to acknowledge...| Docker
In the era of AI copilots and code generation tools productivity is skyrocketing, but so is the risk of insecure, untested, or messy code slipping into production. How do you ensure it doesn’t introduce vulnerabilities, bugs, or bad practices? A widely adopted tool to help address these concerns is SonarQube. It provides a rich set...| Docker
In today’s fast-paced world of software development, product teams are expected to move quickly: building features, shipping updates, and reacting to user needs in real-time. But moving fast should never mean compromising on quality or security. Thanks to modern tooling, developers can now maintain high standards while accelerating delivery. In a previous article, we explored...| Docker
We're excited to announce a major evolution in how we deliver Docker Desktop updates to you. Starting with Docker Desktop release 4.45.0 on 28 August we're moving to releases every two weeks, with the goal of reaching weekly releases by the end of 2025. Why We're Making This Change You've told us you want faster...| Docker
Every developer remembers their first docker run hello-world. The mix of excitement and wonder as that simple command pulls an image, creates a container, and displays a friendly message. But what if AI could make that experience even better? As a technical writer on Docker’s Docs team, I spend my days thinking about developer experience....| Docker
The market for pre-hardened container images is experiencing explosive growth as security-conscious organizations pursue the ultimate efficiency: instant security with minimal operational overhead. The value proposition is undeniably compelling—hardened images with minimal dependencies promise security "out of the box," enabling teams to focus on building and shipping applications rather than constantly revisiting low-level configuration management....| Docker
Docker periodically highlights blog posts featuring use cases and success stories from Docker partners and practitioners. This story was contributed by Dylen Turnbull and Timo Stark. With over 29 years in enterprise and open-source software development, Dylen Turnbull has held roles at Symantec, Veritas, F5 Networks, and most recently as a Developer Advocate for NGINX....| Docker
Building AI agents in the real world often involves more than just making model calls — it requires integrating with external tools, handling complex workflows, and ensuring the solution can scale in production. In this post, we’ll walk through a real-world developer setup for creating an agent using the Docker MCP Toolkit. To make things...| Docker
CVEs dominated the conversation at Black Hat 2025. Across sessions, booth discussions, and hallway chatter, it was clear that teams are feeling the pressure to manage vulnerabilities at scale. While scanning remains an important tool, the focus is shifting toward removing security debt before it enters the software supply chain. Hardened images, compliance-ready tooling, and...| Docker
Learn how Docker streamlines container security without slowing developers. Build compliant, secure apps with a great developer experience.| Docker
Secure containers start with secure foundations. This report shows how Docker Hardened Images (DHI) reduce risk and boost compliance with built-in security. You’ll learn: How DHI redefines the base image standard SRLabs’ independent security validation How attestation and provenance enforce trust Runtime isolation by design How to securely customize without drift Platform-wide security impact and...| Docker
Discover how Docker Hardened Images are evolving with AI-assisted migration, FedRAMP-ready variants, advanced customization, and deeper integrations. Build secure, compliant containers - faster.| Docker
Learn how to run LLMs locally with Docker Model Runner without the infrastructure headaches or complicated setup.| Docker
Learn how to create AI-enhanced mock APIs for testing with Docker Model Runner and Microcks. Generate dynamic, realistic test data locally for faster dev cycles.| Docker
Docker Business enables enterprise-scale management and security for businesses. Sign up today to scale your growth while maintaining security.| Docker
Are you navigating the ever-evolving world of developer tools and container technology? The Docker Newsletter is your essential resource, curated for Docker users like you. Keep your finger on the pulse of the Docker ecosystem. Subscribe now!| Docker
Learn about new features in Docker Desktop 4.36, including Desktop Settings Management and improvements to Enhanced Container Isolation and WSL 2.| Docker
Fortify your container security with Docker Hardened Images — trusted, enterprise-ready, and compliance-friendly.| Docker
Define, run, and scale AI agents using Docker Compose and Docker Offload. Streamline agentic development across your stack.| Docker
Simplify app containerization and optimization using Docker’s AI agent, Gordon. Explore step-by-step how Gordon helps developers work smarter.| Docker
In Docker Desktop 4.42, users can expect new features like IPv6 networking capabilities, numerous Docker Model Runner updates, and more.| Docker
Learn how to make an AI chatbot from scratch and run it locally with Docker Model Runner.| Docker
Find secure images purpose-built for modern production environments with Docker Hardened Images.| Docker
Interested in getting started with Docker Business? Contact our sales team to access premium features for medium to large businesses.| Docker
Docker Model Runner is a faster, simpler way to run and test AI models locally, right from your existing workflow.| Docker
Docker Hub is a container registry built for developers and open source contributors to find, use, and share their container images and access verified content.| Docker
In Docker Desktop 4.40, we’re introducing new tools that simplify GenAI app development and support secure, scalable development.| Docker
Docker Build Cloud helps developers build Docker images faster using the cloud while preserving existing workflows and freeing up local resources.| Docker
At Docker, we are committed to ensuring that Docker Hub remains the best place for developers, engineering teams, and operations teams to build, share, and collaborate. As part of this, we previously announced plans to introduce image pull consumption fees and storage-based billing. After further evaluating how developers use Docker Hub and what will best support the ecosystem, we have refined our approach—one that prioritizes developer experience and enables developers to scale with confid...| Docker
Learn about the beta release of the Docker AI Agent and how this context-aware assistant helps developers seamlessly integrate into the Docker suite.| Docker
Find answers to the most frequently asked questions about Docker pricing, licensing, commercial use, and more.| Docker
At DockerCon 2023, with partners Neo4j, LangChain, and Ollama, we announced a new GenAI Stack. We have brought together the top technologies in the generative artificial intelligence (GenAI) space to build a solution that allows developers to deploy a full GenAI stack with only a few clicks.| Docker
Now generally available, the Builds view feature in Docker Desktop provides detailed insight into your build performance and usage.| Docker
Docker announces significant upgrades to its subscription plans, delivering more value, flexibility, and tools for customers of all sizes.| Docker
Docker Scout provides near real-time, actionable insights to address cloud-native application security issues before they hit production.| Docker
Join our global dream team of community builders, passionate about nurturing the vibrant Docker ecosystem.| Docker
Make Git hooks easier to configure and use by providing project-specific context to Docker's AI assistant.| Docker
Docker licensing is always free for personal use. But what if your team or business wants to use Docker? Compare our pricing options and features.| Docker
Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version| Docker
Join the Docker Preview Program to work with our team and help shape the future of the developer workflow experience.| Docker
Docker Build Cloud is now generally available. Learn more about the benefits of Docker Build Cloud and see how to get started.| Docker
Docker welcomes AtomicJar, the makers of Testcontainers, to the Docker family. Testcontainers enables step-function improvements in the quality and speed of application delivery. This addition continues Docker’s focus on improving the developer experience to maximize the time developers spend building innovative apps.| Docker
Read our blog to find the latest Docker updates, news, technical breakdowns, and lifestyle content.| Docker
Get started with Docker Desktop and join millions of developers in faster, more secure app development using containers and beyond.| Docker
ild once, deploy anywhere” is really nice on the paper but if you want to use ARM targets to reduce your bill, such as Raspberry Pis and AWS A1 instances, or even keep using your old i386 servers, deploying everywhere can become a tricky problem as you need to build your software for these platforms. To fix this problem, Docker introduced the principle of multi-arch builds and we’ll see how to use this and put it into production.| Docker
A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.| Docker
Use the Dive-In Docker Extension to see how to reduce image size in an easy-to-use UI.| Docker
Docker Desktop is collaborative containerization software for developers. Get started and download Docker Desktop today on Mac, Windows, or Linux.| Docker