We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f89f1d commit 3075778Copy full SHA for 3075778
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
136
$ docker model run ai/smollm2
137
```
138
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.
+> [!NOTE]
+> TCP support is enabled by default for Docker Engine on port `12434`.
144
145
### Update DMR in Docker Engine
146
0 commit comments