Files
docker-docs/content/guides/lab-agentic-apps.md
Ajeet Singh Raina, Docker Captain, ARM Innovator 6f39c26e10 Add Docker for AI labs to guides section with Labs tag (#24208)
<!--Delete sections as needed -->

## Description

This PR:

- adds new labs tag to `data/tags.yaml` and
`content/tags/labs/_index.md`
- creates 4 single-page lab guides under content/guides/:

    - lab-agentic-apps.md (7 modules)
    - lab-mcp-gateway.md (7 modules)
    - lab-fine-tuning.md (4 modules)
    - lab-cagent.md (7 modules)


Labs are filterable at `/guides/?tags=labs`

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2026-02-26 16:31:44 -06:00

2.7 KiB

title, linkTitle, description, summary, keywords, aliases, params
title linkTitle description summary keywords aliases params
Lab: Building Agentic Apps with Docker Lab: Building Agentic Apps Build agentic applications with Docker Model Runner, MCP Gateway, and Compose in this hands-on interactive lab. Hands-on lab: Build agentic apps with Docker Model Runner, MCP Gateway, and Compose. Learn about models, tools, and agentic frameworks. AI, Docker, Model Runner, MCP Gateway, agentic apps, lab, labspace
/labs/docker-for-ai/agentic-apps/
tags time resource_links
ai
labs
20 minutes
title url
Docker Model Runner docs /ai/model-runner/
title url
Docker MCP Gateway docs /ai/mcp-gateway/
title url
Labspace repository https://github.com/dockersamples/labspace-agentic-apps-with-docker

Get up and running with building agentic applications using Compose, Docker Model Runner, and the Docker MCP Gateway. This hands-on lab takes you from understanding AI models to building complete agentic applications.

What you'll learn

This lab covers three core areas of agentic application development:

Models: What models are, how to interact with them, configuring Docker Model Runner in Compose, and writing code that connects to the Model Runner

Tools: Understanding tools and how they work, how MCP (Model Context Protocol) fits in, configuring the Docker MCP Gateway, and connecting to the MCP Gateway in code

Code: What agentic frameworks are, defining models and tools in a Compose file, and configuring your app to use those models and tools

Modules

# Module Description
1 Introduction Overview of agentic applications and the Docker AI stack
2 Understanding Model Interactions Learn how to interact with AI models
3 The Docker Model Runner Configure and use Docker Model Runner with Compose
4 Understanding Tools and MCP Deep dive into tools, tool calling, and MCP
5 The Docker MCP Gateway Set up and configure the MCP Gateway
6 Putting It All Together Build a complete agentic application
7 Conclusion Summary and next steps

Prerequisites

  • Install the latest version of Docker Desktop
  • Enable Docker Model Runner by going into Settings in Docker Desktop, choosing AI, then selecting Docker Model Runner
  • Pull the Gemma 3 model before launching by running this command:
$ docker model pull ai/gemma3

Launch the lab

Start the labspace:

$ docker compose -f oci://dockersamples/labspace-agentic-apps-with-docker up -d

Then open your browser to http://localhost:3030.

Note

It may take a little while to start due to the AI model download.