mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description Adds model-cli reference docs. ## Related issues or tickets * https://github.com/docker/model-cli/pull/62 * https://github.com/docker/model-cli/pull/69 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> Co-authored-by: ArthurFlag <arthur.flageul@docker.com>
3.3 KiB
3.3 KiB
docker model
Docker Model Runner (EXPERIMENTAL)
Subcommands
| Name | Description |
|---|---|
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