You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--do-not-track`|`bool`|| Do not track models usage in Docker Model Runner |
13
+
|`--gpu`|`string`|`auto`| Specify GPU support (none\|auto\|cuda\|rocm\|musa\|cann) |
14
+
|`--host`|`string`|`127.0.0.1`| Host address to bind Docker Model Runner |
15
+
|`--llama-server-version`|`string`|| Override the llama.cpp version to install on macOS/Windows (e.g. "latest" or "v0.0.34"); defaults to the version pinned to this release |
16
+
|`--port`|`uint16`|`0`| Docker container port for Docker Model Runner (default: 12434 for Docker Engine, 12435 for Cloud mode) |
17
+
|`--proxy-cert`|`string`|| Path to a CA certificate file for proxy SSL inspection |
18
+
|`--tls`|`bool`|| Enable TLS/HTTPS for Docker Model Runner API |
19
+
|`--tls-cert`|`string`|| Path to TLS certificate file (auto-generated if not provided) |
20
+
|`--tls-key`|`string`|| Path to TLS private key file (auto-generated if not provided) |
21
+
|`--tls-port`|`uint16`|`0`| TLS port for Docker Model Runner (default: 12444 for Docker Engine, 12445 for Cloud mode) |
|`--do-not-track`|`bool`|| Do not track models usage in Docker Model Runner |
13
+
|`--gpu`|`string`|`auto`| Specify GPU support (none\|auto\|cuda\|rocm\|musa\|cann) |
14
+
|`--host`|`string`|`127.0.0.1`| Host address to bind Docker Model Runner |
15
+
|`--llama-server-version`|`string`|| Override the llama.cpp version to install on macOS/Windows (e.g. "latest" or "v0.0.34"); defaults to the version pinned to this release |
16
+
|`--port`|`uint16`|`0`| Docker container port for Docker Model Runner (default: 12434 for Docker Engine, 12435 for Cloud mode) |
17
+
|`--proxy-cert`|`string`|| Path to a CA certificate file for proxy SSL inspection |
18
+
|`--tls`|`bool`|| Enable TLS/HTTPS for Docker Model Runner API |
19
+
|`--tls-cert`|`string`|| Path to TLS certificate file (auto-generated if not provided) |
20
+
|`--tls-key`|`string`|| Path to TLS private key file (auto-generated if not provided) |
21
+
|`--tls-port`|`uint16`|`0`| TLS port for Docker Model Runner (default: 12444 for Docker Engine, 12445 for Cloud mode) |
0 commit comments