update model-runner cli docs reference to v0.1.44 (#23504)

<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

* https://github.com/docker/model-runner/pull/190
* https://github.com/docker/model-runner/pull/195

## 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>
This commit is contained in:
CrazyMax
2025-10-06 15:39:34 +02:00
committed by GitHub
parent ce9200ede2
commit e379c4e044
46 changed files with 81 additions and 11 deletions

View File

@@ -28,8 +28,9 @@ options:
swarm: false
- option: port
value_type: uint16
default_value: "12434"
description: Docker container port for Docker Model Runner
default_value: "0"
description: |
Docker container port for Docker Model Runner (default: 12434 for Docker CE, 12435 for Cloud mode)
deprecated: false
hidden: false
experimental: false

View File

@@ -5,11 +5,11 @@ Install Docker Model Runner (Docker Engine only)
### Options
| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-------------------------------------------------|
| `--do-not-track` | `bool` | | Do not track models usage in Docker Model Runner |
| `--gpu` | `string` | `auto` | Specify GPU support (none\|auto\|cuda) |
| `--port` | `uint16` | `12434` | Docker container port for Docker Model Runner |
| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:---------------------------------------------------------------------------------------------------|
| `--do-not-track` | `bool` | | Do not track models usage in Docker Model Runner |
| `--gpu` | `string` | `auto` | Specify GPU support (none\|auto\|cuda) |
| `--port` | `uint16` | `0` | Docker container port for Docker Model Runner (default: 12434 for Docker CE, 12435 for Cloud mode) |
<!---MARKER_GEN_END-->