⚠️ Traduction non officielle - Cette documentation est une traduction communautaire non officielle de Docker.

docker model

Description Docker Model Runner

Expérimental

This command is experimental.

Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.

Description

Use Docker Model Runner to run and interact with AI models directly from the command line. For more information, see the documentation

Subcommands

Command Description
docker model inspect Display detailed information on one model
docker model install-runner Install Docker Model Runner (Docker Engine only)
docker model list List the models pulled to your local environment
docker model logs Fetch the Docker Model Runner logs
docker model package Package a GGUF file into a Docker model OCI artifact, with optional licenses, and pushes it to the specified registry
docker model pull Pull a model from Docker Hub or HuggingFace to your local environment
docker model push Push a model to Docker Hub
docker model rm Remove local models downloaded from Docker Hub
docker model run Run a model and interact with it using a submitted prompt or chat mode
docker model status Check if the Docker Model Runner is running
docker model tag Tag a model
docker model uninstall-runner Uninstall Docker Model Runner
docker model version Show the Docker Model Runner version