• Get started
  • Guides
  • Manuals
  • Reference
Start typing to search or try .
Manuals
  • Get started
  • Guides
  • Reference
  • Open source
  • Docker Engine
    • Install
      • Ubuntu
      • Debian
      • RHEL
      • Fedora
      • Raspberry Pi OS (32-bit)
      • CentOS
      • SLES (s390x)
      • Binaries
      • Post-installation steps
    • Storage
      • Volumes
      • Bind mounts
      • tmpfs mounts
      • Storage drivers
        • Select a storage driver
        • BTRFS storage driver
        • Device Mapper storage driver (deprecated)
        • OverlayFS storage driver
        • VFS storage driver
        • windowsfilter storage driver
        • ZFS storage driver
      • containerd image store
    • Networking
      • Packet filtering and firewalls
      • Network drivers
        • Bridge network driver
        • Host network driver
        • IPvlan network driver
        • Macvlan network driver
        • None network driver
        • Overlay network driver
        • Networking using a macvlan network
        • Networking using the host network
        • Networking with overlay networks
        • Networking with standalone containers
      • CA certificates
      • Legacy container links
      • Start containers automatically
      • Run multiple processes in a container
      • Resource constraints
      • Runtime metrics
      • Running containers
      • Completion
      • Proxy configuration
      • Filter commands
      • Format command and log output
      • OpenTelemetry for the Docker CLI
    • Daemon
      • Start the daemon
      • Use IPv6 networking
      • Daemon proxy configuration
      • Live restore
      • Alternative container runtimes
      • Collect Docker metrics with Prometheus
      • Configure remote access for Docker daemon
      • Read the daemon logs
      • Troubleshooting the Docker daemon
      • Docker contexts
      • Docker object labels
      • Prune unused Docker objects
    • Logs and metrics
      • Configure logging drivers
      • Customize log driver output
        • Amazon CloudWatch Logs logging driver
        • ETW logging driver
        • Fluentd logging driver
        • Google Cloud Logging driver
        • Graylog Extended Format logging driver
        • Journald logging driver
        • JSON File logging driver
        • Local file logging driver
        • Splunk logging driver
        • Syslog logging driver
      • Use a logging driver plugin
      • Use docker logs with remote logging drivers
    • Security
      • Rootless mode
      • Antivirus software and Docker
      • AppArmor security profiles for Docker
      • Content trust in Docker
        • Automation with content trust
        • Delegations for content trust
        • Deploy Notary Server with Compose
        • Manage keys for content trust
        • Play in a content trust sandbox
      • Docker security non-events
      • Isolate containers with a user namespace
      • Protect the Docker daemon socket
      • Seccomp security profiles for Docker
      • Verify repository client with certificates
    • Swarm mode
      • Administer and maintain a swarm of Docker Engines
      • Deploy a stack to a swarm
      • Deploy services to a swarm
      • Getting started with Swarm mode
        • Create a swarm
        • Add nodes to the swarm
        • Deploy a service to the swarm
        • Inspect a service on the swarm
        • Scale the service in the swarm
        • Delete the service running on the swarm
        • Apply rolling updates to a service
        • Drain a node on the swarm
        • How nodes work
        • How services work
        • Manage swarm security with public key infrastructure (PKI)
        • Swarm task states
      • Join nodes to a swarm
      • Lock your swarm to protect its encryption key
      • Manage nodes in a swarm
      • Manage sensitive data with Docker secrets
      • Manage swarm service networks
      • Raft consensus in swarm mode
      • Run Docker Engine in swarm mode
      • Store configuration data using Docker Configs
      • Swarm mode key concepts
      • Use Swarm mode routing mesh
    • Deprecated features
    • Docker Engine plugins
      • Access authorization plugin
      • Docker log driver plugins
      • Docker network driver plugins
      • Docker Plugin API
      • Docker volume plugins
      • Plugin Config Version 1 of Plugin V2
      • Use Docker Engine plugins
      • Engine v28
      • Engine v27
      • Engine v26.1
      • Engine v26.0
      • Engine v25.0
      • Engine v24.0
      • Engine v23.0
      • Engine v20.10
      • Engine v19.03
      • Engine v18.09
      • Engine v18.06
      • Engine v18.05
      • Engine v18.04
      • Engine v18.03
      • Engine v18.02
      • Engine v18.01
      • Engine v17.12
      • Engine v17.11
      • Engine v17.10
      • Engine v17.09
      • Engine v17.07
      • Engine v17.06
      • Engine v17.05
      • Engine v17.04
      • Engine v17.03
      • Prior releases
  • Docker Build
      • Docker Build Overview
      • Dockerfile overview
      • Build context
      • Multi-stage
      • Variables
      • Secrets
      • Multi-platform
      • Export binaries
      • Container Device Interface (CDI)
      • Best practices
      • Base images
    • Build checks New
    • Builders
      • Build drivers
        • Docker container driver
        • Docker driver
        • Kubernetes driver
        • Remote driver
      • Manage builders
    • Bake
      • Introduction
      • Targets
      • Inheritance
      • Variables
      • Expressions
      • Functions
      • Matrix targets
      • Contexts
      • Bake file reference
      • Bake standard library functions
      • Building with Bake from a Compose file
      • Overriding configurations
      • Remote Bake file definition
    • Cache
      • Build cache invalidation
      • Build garbage collection
      • Cache storage backends
        • Amazon S3 cache
        • Azure Blob Storage cache
        • GitHub Actions cache
        • Inline cache
        • Local cache
        • Registry cache
      • Optimize cache usage in builds
    • CI
      • GitHub Actions
        • Annotations
        • Attestations
        • Build checks
        • Build secrets
        • Build summary
        • BuildKit configuration
        • Cache management
        • Copy image between registries
        • Export to Docker
        • Local registry
        • Multi-platform image
        • Named contexts
        • Push to multiple registries
        • Reproducible builds
        • Share image between jobs
        • Tags and labels
        • Test before push
        • Update Docker Hub description
      • Annotations
      • Build attestations
        • Image attestation storage
        • Provenance attestations
        • SBOM attestations
        • SLSA definitions
    • Exporters
      • Image and registry exporters
      • Local and tar exporters
      • OCI and Docker exporters
    • BuildKit
      • buildkitd.toml
      • Configure BuildKit
      • Custom Dockerfile syntax
      • Dockerfile release notes
      • OpenTelemetry support
    • Build release notes
  • Docker Compose
      • How Compose works
      • Why use Compose?
      • History and development
    • Install
      • Plugin
      • Standalone
      • Uninstall
    • Quickstart
      • Specify a project name
      • Use lifecycle hooks
      • Use service profiles
      • Control startup order
      • Use environment variables
        • Set environment variables
        • Environment variables precedence
        • Pre-defined environment variables
        • Interpolation
        • Best practices
      • Build dependent images
      • Use Compose Watch
      • Secrets in Compose
      • Networking
      • Use multiple Compose files
        • Merge
        • Extend
        • Include
      • Enable GPU support
      • Use Compose in production
      • OCI artifact applications New
      • Use provider services New
    • Compose Bridge
      • Usage
      • Customize
      • FAQs
      • Give feedback
      • Sample apps
      • Release notes
      • Migrate to Compose v2
  • MCP Gateway
    • Testcontainers
    • AI
    • Ask Gordon Beta
      • Model Context Protocol (MCP)
        • Built-in tools in Gordon
        • Configure MCP servers with YAML
    • Docker Model Runner Beta
      • Get started with DMR
      • DMR REST API
      • DMR examples
    • MCP Catalog and Toolkit Beta
      • Docker Hub MCP server
      • Docker MCP Catalog
      • MCP Toolkit
      • Use AI models in Compose New
    • Products
    • Docker Desktop
          • Mac
          • Mac permission requirements
          • Windows
          • Windows permission requirements
          • Linux
            • Ubuntu
            • Debian
            • Fedora
            • Arch
            • RHEL
        • VM or VDI environments
        • Sign in
        • Allowlist
      • Explore Docker Desktop
        • Containers
        • Images
        • Volumes
        • Builds
        • Resource Saver mode
        • Pause Docker Desktop
        • Networking
        • GPU support
        • USB/IP support
        • Deploy on Kubernetes
        • Synchronized file shares
        • containerd image store
        • Wasm workloads Beta
        • Docker Desktop CLI
        • Virtual Machine Manager
        • WSL
          • Best practices
          • Custom kernels on WSL
          • Use WSL
        • Change settings
        • Backup and restore data
        • Troubleshoot and diagnose
          • Common topics
          • Known issues
        • Get support for Docker Desktop
          • General
          • Mac
          • Windows
          • Linux
          • Releases
        • Give feedback
      • Uninstall
      • Fix startup issue for Mac
      • Release notes
    • Docker Hardened Images New
      • Quickstart
      • About
        • Hardened images
        • Image types
        • Image testing
        • Responsibility overview
      • Features
        • Flexibility
        • Continuous patching
        • Enterprise support
        • Hardened, secure images
        • Seamless integration
      • How-tos
        • Explore images
        • Mirror an image
        • Customize an image
        • Use an image
        • Verify an image
        • Manage images
        • Scan an image
        • Enforce image usage
        • Migrate an app
        • Debug a container
      • Core concepts
        • Attestations
        • Code signing
        • CVEs
        • Distroless images
        • FIPS
        • glibc and musl
        • Hardening
        • Image digests
        • Image provenance
        • Immutability
        • SBOMs
        • SLSA
        • Software Supply Chain Security
        • SSDLC
        • STIG
        • VEX
      • Troubleshoot
    • Docker Offload Beta
      • Quickstart
      • About
      • Configure
      • Usage & billing
      • Optimize usage
      • Troubleshoot
      • Give feedback
    • Docker Build Cloud
      • Setup
      • Usage
      • Continuous integration
      • Optimization
      • Builder settings
      • Release notes
    • Docker Hub
      • Quickstart
      • Library
        • Search
        • Trusted content
        • Catalogs
        • Mirror
      • Repositories
        • Create
          • Repository information
          • Access
          • Images
            • Tags
            • Immutable tags
            • Image Management
            • Software artifacts
            • Push images
            • Move images
          • Image security insights
          • Webhooks
          • Automated builds
            • Set up
            • Link accounts
            • Automated repository tests
            • Advanced options
            • Manage autobuilds
            • Troubleshoot
          • Trusted content
            • Docker Official Images
            • Docker Verified Publisher Program
            • Docker-Sponsored Open Source Program
            • Insights and analytics
        • Archive
        • Delete
        • Personal settings
      • Usage and limits
        • Pulls
        • Optimize usage
      • Service accounts
      • Troubleshoot
      • Release notes
    • Docker Scout
      • Install
      • Quickstart
        • Dashboard
        • Docker Scout image analysis
        • Docker Scout metrics exporter
        • Image details view
        • Manage vulnerability exceptions
        • Create an exception using the GUI
        • Create an exception using the VEX
        • Docker Scout environment variables
        • Docker Scout SBOMs
        • Use Scout with different artifact types
        • Advisory database sources and matching service
        • Data collection and storage in Docker Scout
      • Policy Evaluation
        • Configure policies
        • Docker Scout health scores
        • Evaluate policy compliance in CI
        • Remediation with Docker Scout
        • View Docker Scout policy status
      • Integrations
          • SonarQube
          • Amazon ECR
          • Azure Container Registry
        • Continuous Integration
          • Azure DevOps Pipelines
          • Circle CI
          • GitHub Actions
          • GitLab CI/CD
          • Jenkins
        • Integrating Docker Scout with environments
          • Generic (CLI)
          • Sysdig
          • GitHub
          • Slack
        • CLI release notes
        • Platform release notes
    • Docker for GitHub Copilot EA
      • Install
      • Usage
      • Example prompts
    • Docker Extensions
      • Marketplace extensions
      • Non-marketplace extensions
      • Configure a private marketplace
      • Settings and feedback
      • Extensions SDK
        • The build and publish process
        • Quickstart
          • Create a simple extension
          • Create an advanced frontend extension
          • Add a backend to your extension
        • Part two: Publish
          • Add labels
          • Validate
          • Package and release your extension
          • Share your extension
          • Publish in the Marketplace
          • Build multi-arch extensions
        • Architecture
          • Metadata
          • Security
        • Design and UI styling
          • Guidelines
          • Docker design principles
          • MUI best practices
          • Authentication
          • Interacting with Kubernetes
          • Invoke host binaries
          • Use the Docker socket
          • Test and debug
          • Continuous Integration (CI)
          • CLI reference
            • Dashboard
            • Docker
            • Extension Backend
            • Extension UI API
            • Navigation
    • Testcontainers Cloud
    • Deprecated products and features
    • Release lifecycle
    • Platform
    • Billing
      • Add or update a payment method
      • Manage your billing information
      • 3D Secure authentication
      • View billing history
      • Change your billing cycle
      • Submit a tax exemption certificate
      • FAQs
    • Docker accounts
      • Accounts
      • Create an account
      • Manage an account
      • Deactivate an account
    • Security
        • General
        • Container
        • Network and VM
          • General
          • Domains
          • Enforcement
          • Identity providers
          • User management
      • Access tokens
      • Security announcements
      • Two-factor authentication
        • Generate a new recovery code
        • Recover your Docker account
        • Disable two-factor authentication
    • Subscription
      • Subscriptions and features
      • Set up your subscription
      • Scale your subscription
      • Manage seats
      • Change your subscription
      • Docker Desktop license agreement
      • FAQs
    • Release notes
    • Enterprise
    • Administration
      • Organization administration
        • Create your organization
        • Onboard your organization
        • Manage organization members
        • Convert an account into an organization
        • Create and manage a team
        • Deactivate an organization
        • Manage Docker products
        • Activity logs
        • Organization information
        • Insights
      • Company administration overview
        • Create a company
        • Manage company members
        • Manage company organizations
        • Manage company owners
        • Organization
        • Company
    • Deploy Docker Desktop
      • MSI installer
      • PKG installer
      • MS Store
      • Deploy with Intune
      • Deploy with Jamf Pro
      • Microsoft Dev Box
      • FAQs
    • Security
      • Single sign-on
        • Configure
        • Connect
        • Manage
      • Provision
        • SCIM
        • Group mapping
        • Just-in-Time
      • Enforce sign-in
        • Methods
      • Roles and permissions
      • Domain management
      • Hardened Docker Desktop
        • Settings Management
          • Use a JSON file
          • Use the Admin Console
          • Desktop settings reporting EA
          • Settings reference
        • Enhanced Container Isolation
          • How does it work?
          • Key features and benefits
          • Advanced configuration
          • FAQs
          • Limitations
        • Registry Access Management
        • Image Access Management
        • Air-gapped containers
      • Organization access tokens
      • Troubleshoot provisioning
      • Troubleshoot SSO
    Home / Manuals / Docker Model Runner /

    Page options

    Edit this page

    Request changes

    Contact support
    Product offerings Pricing About us Contribute Read llms.txt

    Copyright © 2013-2025 Docker Inc. All rights reserved.

    Terms of Service Status Legal
    Theme: