From 97d5a0a6d3f86a6773f3ef6cc78f7f8b18717c2a Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 17 Jul 2025 15:27:04 +0200 Subject: [PATCH 1/3] update TCP support info --- content/manuals/ai/model-runner/_index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 8549f3d6127c..63e6dd5f1c0d 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -136,11 +136,8 @@ You can now use the `docker model` command in the CLI and view and interact with $ docker model run ai/smollm2 ``` -1. Optional: To enable TCP support, set the port with the `DMR_RUNNER_PORT` environment variable. -1. Optional: If you enabled TCP support, you can configure CORS allowed origins with the `DMR_ORIGINS` environment variable. Possible values are: - - `*`: Allow all origins - - Comma-separated list of allowed origins - - When unspecified, all origins are denied. +> [!NOTE] +> TCP support is enabled by default on port 12434. ## Pull a model From 8a5fb1ba2b540dffee02eeb30df6c13267400a48 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 17 Jul 2025 16:40:34 +0200 Subject: [PATCH 2/3] Update content/manuals/ai/model-runner/_index.md Co-authored-by: Jacob Howard --- content/manuals/ai/model-runner/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 63e6dd5f1c0d..3ea3b9978e51 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -137,7 +137,7 @@ You can now use the `docker model` command in the CLI and view and interact with ``` > [!NOTE] -> TCP support is enabled by default on port 12434. +> TCP support is enabled by default for Docker Engine on port 12434. ## Pull a model From 9f77eb882925c6133a65182fb35da44154ce6912 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 18 Jul 2025 11:27:27 +0200 Subject: [PATCH 3/3] Update content/manuals/ai/model-runner/_index.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/manuals/ai/model-runner/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 3ea3b9978e51..3dd210e0ef9b 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -137,7 +137,7 @@ You can now use the `docker model` command in the CLI and view and interact with ``` > [!NOTE] -> TCP support is enabled by default for Docker Engine on port 12434. +> TCP support is enabled by default for Docker Engine on port `12434`. ## Pull a model