mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
Merge pull request #25347 from Rebaka8/fix-model-runner-flag-docs
Clarify uninstall-runner images and models behavior
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user