Share feedback
Answers are generated based on the documentation.

Lab: Getting Started with Docker Agent

This lab walks you through building intelligent agents with Docker Agent. You'll learn beginner agent concepts, then build sophisticated multi-agent teams that handle complex real-world tasks. Learn how to create, share, and orchestrate AI agents with Docker.

Launch the lab

  1. Start the labspace:

    $ docker compose -p labspace -f oci://dockersamples/labspace-cagent up -d
    
  2. Open your browser to http://localhost:3030.

  3. When you're done, tear down the labspace:

    $ docker compose -p labspace down
    

What you'll learn

  • Create simple agents with Docker Agent
  • Use built-in generic agentic tools for common tasks
  • Integrate MCP servers from the MCP Toolkit
  • Share agents using the Docker Registry
  • Build multi-agent systems for complex workflows
  • Use Docker Model Runner with Docker Agent (preview)

Modules

#ModuleDescription
1IntroductionOverview of Docker Agent and intelligent agent concepts
2Getting StartedCreate your first agent with Docker Agent
3Using Built-in ToolsLeverage the generic agentic tools in Docker Agent
4Using MCPIntegrate MCP servers from the MCP Toolkit
5Sharing AgentsPackage and share agents via Docker Registry
6Introduction to Sub-agentsBuild multi-agent systems with sub-agent orchestration
7ConclusionSummary and next steps