Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 3.5 KB

File metadata and controls

35 lines (27 loc) · 3.5 KB

docker model

Docker Model Runner (EXPERIMENTAL)

Subcommands

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

Description

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