Tag: Docker

  • Anchore: Analyzing the top MCP Docker Containers

    Source URL: https://anchore.com/blog/analyzing-the-top-mcp-docker-containers/ Source: Anchore Title: Analyzing the top MCP Docker Containers Feedly Summary: If you pay attention to the world of AI, you’ll have noticed that Model Context Protocol (MCP) is a very popular topic right now. The Model Context Protocol is an open standard that enables developers to build secure, two-way connections between…

  • Docker: Fine-Tuning Local Models with Docker Offload and Unsloth

    Source URL: https://www.docker.com/blog/fine-tuning-models-with-offload-and-unsloth/ Source: Docker Title: Fine-Tuning Local Models with Docker Offload and Unsloth Feedly Summary: I’ve been experimenting with local models for a while now, and the progress in making them accessible has been exciting. Initial experiences are often fantastic, many models, like Gemma 3 270M, are lightweight enough to run on common hardware.…

  • Docker: Expanding Docker Hardened Images: Secure Helm charts for deployments

    Source URL: https://www.docker.com/blog/expanding-docker-hardened-images-secure-helm-charts-for-deployments/ Source: Docker Title: Expanding Docker Hardened Images: Secure Helm charts for deployments Feedly Summary: Development teams are under growing pressure to secure their software supply chains. Teams need trusted images, streamlined deployments, and compliance-ready tooling from partners they can rely on long term. Our customers have made it clear that they’re not…

  • Docker: Expanding Docker Hardened Images: Secure Helm Charts for Deployments

    Source URL: https://www.docker.com/blog/docker-hardened-images-helm-charts-beta/ Source: Docker Title: Expanding Docker Hardened Images: Secure Helm Charts for Deployments Feedly Summary: Development teams are under growing pressure to secure their software supply chains. Teams need trusted images, streamlined deployments, and compliance-ready tooling from partners they can rely on long term. Our customers have made it clear that they’re not…

  • Docker: Docker MCP Toolkit: MCP Servers That Just Work

    Source URL: https://www.docker.com/blog/mcp-toolkit-mcp-servers-that-just-work/ Source: Docker Title: Docker MCP Toolkit: MCP Servers That Just Work Feedly Summary: Today, we want to highlight Docker MCP Toolkit, a free feature in Docker Desktop that gives you access to more than 200 MCP servers. It’s the easiest and most secure way to run MCP servers locally for your AI…

  • Docker: The Trust Paradox: When Your AI Gets Catfished

    Source URL: https://www.docker.com/blog/mcp-prompt-injection-trust-paradox/ Source: Docker Title: The Trust Paradox: When Your AI Gets Catfished Feedly Summary: The fundamental challenge with MCP-enabled attacks isn’t technical sophistication. It’s that hackers have figured out how to catfish your AI. These attacks work because they exploit the same trust relationships that make your development team actually functional. When your…

  • Docker: Run, Test, and Evaluate Models and MCP Locally with Docker + Promptfoo

    Source URL: https://www.docker.com/blog/evaluate-models-and-mcp-with-promptfoo-docker/ Source: Docker Title: Run, Test, and Evaluate Models and MCP Locally with Docker + Promptfoo Feedly Summary: Promptfoo is an open-source CLI and library for evaluating LLM apps. Docker Model Runner makes it easy to manage, run, and deploy AI models using Docker. The Docker MCP Toolkit is a local gateway that…

  • Docker: MCP Horror Stories: The Drive-By Localhost Breach

    Source URL: https://www.docker.com/blog/mpc-horror-stories-cve-2025-49596-local-host-breach/ Source: Docker Title: MCP Horror Stories: The Drive-By Localhost Breach Feedly Summary: This is Part 4 of our MCP Horror Stories series, where we examine real-world security incidents that expose the devastating vulnerabilities in AI infrastructure and demonstrate how Docker MCP Gateway provides enterprise-grade protection against sophisticated attack vectors. The Model Context…

  • Simon Willison’s Weblog: httpjail

    Source URL: https://simonwillison.net/2025/Sep/19/httpjail/#atom-everything Source: Simon Willison’s Weblog Title: httpjail Feedly Summary: httpjail Here’s a promising new (experimental) project in the sandboxing space from Ammar Bandukwala at Coder. httpjail provides a Rust CLI tool for running an individual process against a custom configured HTTP proxy. The initial goal is to help run coding agents like Claude…