If you want a clear, fast way to understand what Docker Hardened Images are and how the free, enterprise, and extended support options differ, this post delivers. ItsFOSS distills the essentials into a concise overview that focuses on what actually matters for developers and platform teams. Check it out now: https://lnkd.in/gCBvYMCp
Docker, Inc
Software Development
San Francisco, California 769,773 followers
Docker helps developers bring their ideas to life by conquering the complexity of app development.
About us
At Docker, we simplify the lives of developers who are making world-changing apps. Docker helps developers bring their ideas to reality by conquering the complexity of app development. We simplify and accelerate workflows with an integrated development pipeline and application components. Actively used by millions of developers around the world, Docker Desktop and Docker Hub provide unmatched simplicity, agility and choice.
- Website
-
http://www.docker.com
External link for Docker, Inc
- Industry
- Software Development
- Company size
- 501-1,000 employees
- Headquarters
- San Francisco, California
- Type
- Privately Held
- Founded
- 2013
- Specialties
- Containerization, Open Source, Containers, Virtualization, System Administration, Scaling, Orchestration, and developers
Products
Docker
Container Management Software
Learn how Docker helps developers bring their ideas to life by conquering the complexity of app development.
Locations
-
Primary
Get directions
144 Townsend Street
San Francisco, California 94107, US
Employees at Docker, Inc
Updates
-
MCP servers are powerful - but managing runtimes, secrets, and N×N client wiring quickly becomes a bottleneck. This edition of the Docker AI Labs Newsletter covers how to move from simple tool setups to full multi-agent systems without glue code; using Docker’s MCP Catalog and Toolkit, the open-source MCP Gateway, and cagent. This is a relevant read whether you’re just getting started with MCP or scaling it in real production use:
-
New with Docker MCP Catalog and Toolkit Discover tools with mcp-find, load them on demand with mcp-add, compose tools using JavaScript, and run everything with secure sandboxing and agent-driven OAuth. Learn more → https://lnkd.in/gtDs3Sg9
-
-
To get the most out of Docker Hardened Images, it helps to understand exactly what’s inside them and how they’re built. This is part two in a three-part series focused on exactly that. This post shows how to independently verify DHI by checking signatures, build provenance, compliance evidence, and SBOMs. Read more:
-
Claude Code doesn’t have to run in the cloud - or cost you anything. This post shows how to run Claude Code entirely locally using Docker Model Runner and open models, giving you a private AI coding setup with zero API costs. Step by step, you’ll see how to get the full Claude Code experience - agentic workflows, repo-aware reasoning, and terminal-native UX. All of this runs on your own machine, giving you complete control over your data and infrastructure. Learn more:
-
What IS Docker? We asked the folks who know it best: our Docker Captains. From “a portable superpower” to “a whole dev universe in your laptop,” their answers prove one thing: Docker means something *different* (and powerful) to every builder. Watch the video from our Docker Captains and hear what Docker is… in their own words. Featuring: Francesco Ciulla, Mohammad-Ali A'RÂBI, Kristiyan Velkov, Pedro Ignácio, Nick Janetakis, Steve Buchanan, Julien Maitrehenry, Pawel Piwosz, Saloni Narang, Julian König, and Khushboo Verma
-
Move x86 → Arm64 without weeks of manual refactoring. This guide shows how to automate that process end-to-end, from scanning legacy code to converting AVX2 intrinsics and opening a ready-to-review PR. The workflow is driven by Docker MCP Toolkit, Arm MCP server, and GitHub Copilot. Read the step-by-step guide:
-
Secure foundations shouldn’t come at the cost of speed. The goal is fewer surprises, less toil, and a foundation teams don’t have to think about every day. We love getting to see this in practice, as Anaconda, Inc. CEO David DeSanto explains how free Docker Hardened Images help teams move faster while managing risk:
-
-
Your RAG pipeline works… until it returns data the user was never authorized to see. This post shows how to enforce permissions before data reaches the model by safely filtering RAG results and testing the entire flow end-to-end with Testcontainers. This walkthrough uses SpiceDB - the same permissions system OpenAI relies on to secure 37B documents for 5M users in ChatGPT Connectors: