Skip to content

Commit 5a55639

Browse files
committed
add tag command
1 parent 799dba6 commit 5a55639

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ Use the following command to push your model to Docker Hub:
148148
$ docker model push <namespace>/<model>
149149
```
150150

151+
### Tag a model
152+
153+
You can specify a particular version or variant of the model:
154+
155+
```console
156+
$ docker model tag
157+
```
158+
159+
If no tag is provided, Docker defaults to `latest`.
160+
151161
### View the logs
152162

153163
Fetch logs from Docker Model Runner to monitor activity or debug issues.

0 commit comments

Comments
 (0)