Skip to content

Commit 041da00

Browse files
aevesdockerArthurFlagkiviewkarman-docker
authored
publish updates from main (#22763)
Automated pull request for publishing docs updates. --------- Co-authored-by: Arthur <[email protected]> Co-authored-by: Kevin Wittek <[email protected]> Co-authored-by: karman <[email protected]>
2 parents 33d5ca9 + d864099 commit 041da00

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

content/manuals/ai/model-runner.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,32 @@ See [the reference docs](/reference/cli/docker/model/).
112112

113113
Once the feature is enabled, new API endpoints are available under the following base URLs:
114114

115+
{{< tabs >}}
116+
{{< tab name="Docker Desktop">}}
117+
115118
- From containers: `http://model-runner.docker.internal/`
116-
- From host processes: `http://localhost:12434/`, assuming you have enabled TCP host access on default port 12434.
119+
- From host processes: `http://localhost:12434/`, assuming TCP host access is
120+
enabled on the default port (12434).
121+
122+
{{< /tab >}}
123+
{{< tab name="Docker Engine">}}
124+
125+
- From containers: `http://172.17.0.1:12434/` (with `172.17.0.1` representing the host gateway address)
126+
- From host processes: `http://localhost:12434/`
127+
128+
> [!NOTE]
129+
> The `172.17.0.1` interface may not be available by default to containers
130+
within a Compose project.
131+
> In this case, add an `extra_hosts` directive to your Compose service YAML:
132+
>
133+
> ```yaml
134+
> extra_hosts:
135+
> - "model-runner.docker.internal:host-gateway"
136+
> ```
137+
> Then you can access the Docker Model Runner APIs at http://model-runner.docker.internal:12434/
138+
139+
{{< /tab >}}
140+
{{</tabs >}}
117141
118142
Docker Model management endpoints:
119143

content/manuals/desktop/setup/install/windows-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_
4747
{{< tabs >}}
4848
{{< tab name="WSL 2 backend, x86_64" >}}
4949

50-
- WSL version 1.1.3.0 or later.
50+
- WSL version 2.1.5 or later.
5151
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
5252
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
5353
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
@@ -97,7 +97,7 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
9797
{{< /tab >}}
9898
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
9999

100-
- WSL version 1.1.3.0 or later.
100+
- WSL version 2.1.5 or later.
101101
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
102102
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
103103
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the

content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ weight: 50
1010

1111
> [!NOTE]
1212
>
13-
> Docker Desktop requires WSL 2 version 1.1.3.0 or later. To get the current
13+
> Docker Desktop requires WSL 2 version 2.1.5 or later. To get the current
1414
> version of WSL on your host, type `wsl --version`. If the command fails or if
15-
> it returns a version number prior to 1.1.3.0, update WSL to the latest version
15+
> it returns a version number prior to 2.1.5, update WSL to the latest version
1616
> by typing `wsl --update` in a Windows command or PowerShell terminal.
1717
1818
ECI on WSL is not as secure as on Hyper-V because:

data/redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,5 @@
302302
- /go/model-runner/
303303

304304
# Desktop MCP Toolkit
305-
"/ai/mcp-toolkit/":
305+
"/ai/mcp-catalog-and-toolkit/toolkit/":
306306
- /go/mcp-toolkit/

0 commit comments

Comments
 (0)