Articles from Source: Docker-Blog

Prototyping an AI Tutor with Docker Model Runner

2025-08-21 15:00
🚀 Exploring how AI can enhance developer learning is exciting! A recent article discusses the creation of an interactive AI tutor using Docker Model Runner. This tool aims to streamline the learning process by embedding AI assistance directly into the development environment. The tutor helps users run their first "hello-world" container without the hassle of switching between various resources, maintaining context, and ensuring privacy. #AITutoring #Docker #DeveloperExperience #TechInnovation...
Source: Docker Blog
Sarah Sanders

The Supply Chain Paradox: When “Hardened” Images Become a Vendor Lock-in Trap

2025-08-20 13:10
The demand for pre-hardened container images is rapidly rising as companies seek immediate security solutions with low operational effort. These images offer minimal dependencies, allowing teams to focus on application development. However, this trend may lead to unintended vendor lock-in. Organizations could become overly reliant on a single vendor's systems and processes, complicating operations and potentially weakening security. Additionally, deviations from mainstream distributions can...
Source: Docker Blog
Michael Donovan

Streamline NGINX Configuration with Docker Desktop Extension

2025-08-19 16:13
🚀 Enhance your NGINX configuration with Docker Desktop! This article highlights how the NGINX Development Center simplifies server management and boosts workflow efficiency. It offers user-friendly tools for easier configuration, multi-server management, and improved debugging. With over 51,000 downloads, it integrates seamlessly with Docker Desktop to streamline app and web server development. #Docker #NGINX #WebDevelopment #DevOps #Containerization
Source: Docker Blog
Dylen Turnbull

Building AI Agents with Docker MCP Toolkit: A Developer’s Real-World Setup

2025-08-19 14:59
🚀 Building AI agents requires more than just model calls. The article explores using the Docker MCP Toolkit to create an agent that interacts with GitHub repositories. This agent can answer questions about code, such as summarizing modules or locating specific functions. 🛠️ The Docker MCP Toolkit streamlines setup and integration, making development faster and more efficient. By using Docker Compose, the environment remains consistent across all stages of development. #AI #Docker #MCPToolkit...
Source: Docker Blog
Rajesh Padmakumaran

Docker @ Black Hat 2025: CVEs have everyone’s attention, here’s the path forward

2025-08-15 18:05
🚀 At Black Hat 2025, CVEs were a hot topic, highlighting the need for effective vulnerability management. The focus is shifting from just scanning to eliminating security debt before it enters the software supply chain. Hardened images and compliance-ready tools are becoming essential. Key themes included the importance of secure starting points, customization for enterprises, and the demand for FedRAMP-ready solutions. Thanks to everyone who joined the Docker community at our booth and the...
Source: Docker Blog
Aditya Tripathi

A practitioner’s view on how Docker enables security by default and makes developers work better

2025-08-15 16:00
Docker Captains share their experiences on how Docker enhances security and developer efficiency. Security in distributed systems is crucial, and Docker provides a strong framework for developers and security teams. Key areas of focus include managing artifacts, code quality, and vulnerability management. For more insights on becoming a Docker Captain, visit the Docker Captains’ website! 🛠️🔒 #Docker #Security #DevOps #ContainerSecurity #TechInsights
Source: Docker Blog
Pedro Ignácio

Docker Desktop 4.44: Smarter AI Modeling, Platform Stability, and Streamlined Kubernetes Workflows

2025-08-14 20:16
🚀 Docker Desktop 4.44 introduces key updates for developers. The new Docker Model Runner allows users to inspect AI inference requests and responses directly, enhancing transparency and debugging. This feature aids in troubleshooting workflows, especially for AI/LLM applications. Real-time resource checks are now available to prevent system slowdowns when running multiple models. Additionally, Goose and Gemini CLI are supported as MCP clients, streamlining connections to over 140 MCP servers...
Source: Docker Blog
Deanna Sparks

MCP Horror Stories: The GitHub Prompt Injection Data Heist

2025-08-14 16:00
🚨 In Part 3 of the MCP Horror Stories series, we explore the GitHub Prompt Injection Data Heist. This incident highlights critical vulnerabilities in AI security, revealing how attackers can manipulate AI assistants through malicious GitHub issues. When developers request help, they risk exposing sensitive data from locked repositories. Learn how these attacks exploit broad GitHub tokens and bypass traditional access controls. Docker’s MCP Toolkit offers solutions to protect against such...
Source: Docker Blog
Ajeet Singh Raina

The GPT-5 Launch Broke the AI Internet (And Not in a Good Way)

2025-08-13 17:38
🚨 The launch of GPT-5 by OpenAI caused significant disruption in the AI app ecosystem. Many applications failed overnight due to the unexpected removal of older APIs. Developers are reminded that relying too heavily on a single provider or model can lead to system failures. The interconnected nature of AI applications means that even small changes can have wide-reaching impacts. As the landscape evolves, it’s crucial to build resilient systems. Developers should prepare for sudden changes by...
Source: Docker Blog
Docker Team

Building AI agents made easy with Goose and Docker

2025-08-12 16:00
🚀 Building AI agents can be simplified with the right tools and frameworks. Key components include selecting an AI backend, configuring accessible tools, and integrating business logic for specific use cases. This article explores using Goose, Docker, and the MCP protocol to create an agent that summarizes YouTube videos. With Docker Model Runner, you can run AI locally for enhanced privacy. For more details, check the GitHub repository: https://github.com/shelajev/hani. #AIAgents #Docker...
Source: Docker Blog
Oleg Selajev

Tooling ≠ Glue: Why changing AI workflows still feels like duct tape

2025-08-11 16:00
Modern AI development presents a contradiction. While we have advanced tools and frameworks like LangChain and Hugging Face, replacing components often leads to system failures. 🔧 The expectation was for modular workflows, but instead, we face a fragmented landscape. Each tool has different assumptions, making integration challenging and time-consuming. 🕒 Abstractions often leak, complicating even simple tasks. What should be seamless can turn into complex issues, leaving developers to write...
Source: Docker Blog
Gerardo López Falcón

Remocal and Minimum Viable Models: Why Right-Sized Models Beat API Overkill

2025-08-09 12:30
💡 Discover a new approach to AI development with Remocal and Minimum Viable Models! Many businesses face high costs and latency issues from API-dependent AI. For example, a simple sentiment analyzer can cost $847/month and take 2.3 seconds per review. Remocal combines local and cloud resources, allowing developers to work efficiently without the hassle of complex cloud setups. This method makes AI development more affordable and speeds up iteration. Minimum Viable Models (MVM) focus on using...
Source: Docker Blog
Michael Donovan

Build a Recipe AI Agent with Koog and Docker

2025-08-08 16:23
🚀 Dive into the world of AI with Philippe Charriere’s latest blog post on building a recipe AI agent using JetBrains’ Koog and Docker. He details the integration of Koog with Docker Model Runner for creating a specialized agent for ratatouille recipes. Key tools include Docker Compose and the Docker MCP Gateway. For those interested in hands-on learning, the post outlines project setup using IntelliJ IDEA, Gradle, and Docker configurations. Explore the details to enhance your AI skills! 🍳📦...
Source: Docker Blog
Philippe Charrière

MCP Horror Stories: The Supply Chain Attack

2025-08-07 18:04
🚨 Part 2 of our MCP Horror Stories series highlights a critical supply chain attack affecting AI development environments. The article discusses CVE-2025-6514, where a vulnerability in mcp-remote led to credential compromise and remote code execution. This incident impacted nearly 437,000 environments, including major platforms like Cloudflare and Hugging Face. Learn about the attack techniques used, the importance of containerized MCP servers, and practical steps to secure your AI...
Source: Docker Blog
Ajeet Singh Raina

Accelerating FedRAMP Compliance with Docker Hardened Images

2025-08-06 15:00
🚀 Navigating FedRAMP compliance can be costly and time-consuming, often taking 12-18 months and over $2 million. Competitors are already moving ahead while you manage security controls. Docker has introduced Hardened Images (DHI) to streamline this process. These pre-configured images support FIPS 140 compliance, simplifying cryptographic requirements. With DHI, companies can reduce compliance costs and speed up time-to-market for cloud services. 💻🔒 #FedRAMP #Docker #CloudCompliance...
Source: Docker Blog
Brian Pratt

The Next Evolution of Docker Hardened Images: Customizable, FedRAMP Ready, AI Migration Agent, and Deeper Integrations

2025-08-06 14:00
🚀 Docker Hardened Images (DHI) have seen rapid adoption since their launch in May, helping organizations achieve near-zero CVEs and secure their software supply chains. 🔒 The latest enhancements include a broader image catalog, customizable options, and an AI migration agent. These updates will be showcased at Black Hat 2025. 🛠️ DHI now supports full-stack systems with trusted, production-ready images, ensuring security without hindering developer speed. #Docker #Cybersecurity #DevOps...
Source: Docker Blog
Michael Donovan

Everyone’s a Snowflake: Designing Hardened Image Processes for the Real World

2025-08-05 18:54
Hardened container images and distroless software are gaining traction among startups and established companies. While they promise a smaller attack surface and operational simplicity, challenges arise in real-world applications. The unique needs of development teams often clash with rigid security measures, leading to frustration and workarounds. This 'Snowflake Problem' highlights how no two environments are the same, complicating the balance between usability and security. Flexibility is...
Source: Docker Blog
Christian Dupuis

How Docker MCP Toolkit Works with VS Code Copilot Agent Mode

2025-08-04 20:10
Unlock the potential of your development workflow! 🚀 The article explores how Docker's Model Context Protocol (MCP) Toolkit integrates with VS Code’s GitHub Copilot Agent Mode. This combination enhances productivity by allowing autonomous coding workflows with improved security and automation. Key features of the MCP Toolkit include modular components for various tasks and strict access controls for security. 🛡️ For a step-by-step setup guide, check out the article to get started with these...
Source: Docker Blog
Hamida Rebaï

Hard Questions: What You Should Really Be Asking Your Hardened Image Provider Before You Press the Buy Button

2025-08-04 19:08
When considering hardened image providers, it’s essential to go beyond buzzwords like "zero-CVE." Understanding their update and patch management processes is crucial. Ask how quickly they can respond to serious vulnerabilities and their SLAs on updates. Also, inquire about their modification processes. Knowing how to adjust images without compromising security is vital for maintaining your workflows. For more insights on essential questions to ask, check the full article. 🔍💻 #CyberSecurity...
Source: Docker Blog
Christian Dupuis

GenAI vs. Agentic AI: What Developers Need to Know

2025-07-31 19:00
🔍 Generative AI (GenAI) is transforming how developers create applications, focusing on content generation like text and images. In contrast, a new form, agentic AI, enables planning, reasoning, and multi-step actions, paving the way for intelligent, goal-driven systems. 💻 The article discusses the differences between GenAI and agentic AI, including their construction, challenges, and use cases. It highlights how developers can utilize Docker for building AI applications, offering insights on...
Source: Docker Blog
Michael Irwin

MCP Horror Stories: The Security Issues Threatening AI Infrastructure

2025-07-31 16:00
🚨 New Series Alert: MCP Horror Stories! 🚨 The first issue dives into the security vulnerabilities within the Model Context Protocol (MCP) ecosystem. MCP enables AI agents to communicate with various services, but this connectivity brings significant security risks. While MCP aims to streamline integrations, it has raised concerns about potential data breaches and system compromises due to malicious servers. Stay informed about the challenges in AI infrastructure! #AI #CyberSecurity #MCP...
Source: Docker Blog
Ajeet Singh Raina