Merge pull request #25347 from Rebaka8/fix-model-runner-flag-docs

Clarify uninstall-runner images and models behavior
This commit is contained in:
David Karlsson
2026-06-15 10:49:22 +02:00
committed by GitHub
@@ -70,11 +70,9 @@ then reinstall it:
```bash
docker model uninstall-runner --images && docker model install-runner
```
> [!NOTE]
> With the above command, local models are preserved.
> To delete the models during the upgrade, add the `--models` option to the
> `uninstall-runner` command.
> With the above command, local models are preserved and only the Docker Model Runner images are removed.
> To also delete the local models during the upgrade, add the `--models` option to the `uninstall-runner` command.
## Pull a model