Best of Docker ComposeAugust 2025

  1. 1
    Article
    Avatar of dockerDocker·40w

    Docker MCP for AI Agents: Real-World Developer Setup

    A comprehensive guide to building AI agents using Docker MCP Toolkit, demonstrating how to create a GitHub repository question-answering agent. The setup uses Docker containers for isolation, MCP Gateway for tool integration, and Docker Compose for orchestration. The approach eliminates environment drift, simplifies scaling, and provides a production-ready development pattern that works consistently from local development to CI/CD pipelines.

  2. 2
    Article
    Avatar of nickjanetakisNick Janetakis·41w

    Things to Think About When Dockerizing Your App — Nick Janetakis

    A high-level guide covering key considerations when containerizing applications with Docker. Topics include selecting programming runtimes, managing project and system packages, handling databases and caches, versioning service dependencies, and using Docker Compose to orchestrate multiple services consistently. The content emphasizes practical aspects of moving web applications into Docker containers.