Skip to content

Commit 3075778

Browse files
ArthurFlagxenoscopicaevesdocker
authored
dmr: update TCP support info (#23106)
Co-authored-by: Jacob Howard <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 3f89f1d commit 3075778

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,8 @@ You can now use the `docker model` command in the CLI and view and interact with
136136
$ docker model run ai/smollm2
137137
```
138138

139-
1. Optional: To enable TCP support, set the port with the `DMR_RUNNER_PORT` environment variable.
140-
1. Optional: If you enabled TCP support, you can configure CORS allowed origins with the `DMR_ORIGINS` environment variable. Possible values are:
141-
- `*`: Allow all origins
142-
- Comma-separated list of allowed origins
143-
- When unspecified, all origins are denied.
139+
> [!NOTE]
140+
> TCP support is enabled by default for Docker Engine on port `12434`.
144141
145142
### Update DMR in Docker Engine
146143

0 commit comments

Comments
 (0)