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
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/model-runner.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Models are pulled from Docker Hub the first time they're used and stored locally
24
24
25
25
> [!TIP]
26
26
>
27
-
> Using Testcontainers? [Testcontainers for Java](https://java.testcontainers.org/modules/docker_model_runner/) and [Go](https://golang.testcontainers.org/modules/dockermodelrunner/) now support Docker Model Runner.
27
+
> Using Testcontainers or Docker Compose? [Testcontainers for Java](https://java.testcontainers.org/modules/docker_model_runner/) and [Go](https://golang.testcontainers.org/modules/dockermodelrunner/), and [Docker Compose](/manuals/compose/how-tos/model-runner.md) now support Docker Model Runner.
28
28
29
29
## Enable Docker Model Runner
30
30
@@ -144,7 +144,7 @@ Chat session ended.
144
144
>
145
145
> You can also use chat mode in the Docker Desktop Dashboard when you select the model in the **Models** tab.
146
146
147
-
### Upload a model to Docker Hub
147
+
### Push a model to Docker Hub
148
148
149
149
Use the following command to push your model to Docker Hub:
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,11 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
37
37
38
38
### New
39
39
40
-
- Docker Model Runner is now available on Windows machines with NVIDIA GPUs.
41
-
- You can now push models to Docker Hub with Docker Model Runner.
40
+
- Docker Model Runner is now available on x86 Windows machines with NVIDIA GPUs.
41
+
- You can now [push models](/manuals/desktop/features/model-runner.md#push-a-model-to-docker-hub) to Docker Hub with Docker Model Runner.
42
42
- Added support for Docker Model Runner's model management and chat interface in Docker Desktop for Mac and Windows (on hardware supporting Docker Model Runner). Users can now view, interact with, and manage local AI models through a new dedicated interface.
43
-
- Docker Compose and Testcontainers Java and Go now support Docker Model Runner.
44
-
- Introducing Docker Desktop in the Microsoft App Store.
45
-
- MacOS QEMU Virtualization option deprecation.
43
+
-[Docker Compose](/manuals/compose/how-tos/model-runner.md) and Testcontainers [Java](https://java.testcontainers.org/modules/docker_model_runner/) and [Go](https://golang.testcontainers.org/modules/dockermodelrunner/) now support Docker Model Runner.
44
+
- Introducing Docker Desktop in the [Microsoft App Store](https://apps.microsoft.com/detail/xp8cbj40xlbwkx?hl=en-GB&gl=GB).
46
45
47
46
### Upgrades
48
47
@@ -52,6 +51,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Fixed [CVE-2025-3224](https://www.cve.org/CVERecord?id=CVE-2025-3224) allowing an attacker with access to a user machine to perform an elevation of privilege when Docker Desktop updates.
57
+
55
58
### Bug fixes and enhancements
56
59
57
60
#### For all platforms
@@ -65,6 +68,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
65
68
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
66
69
- Fixed a problem with containers accessing `/proc/sys/kernel/shm*` sysctls when [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled on Mac, Windows Hyper-V, or Linux.
67
70
- Added kernel module `nft_fib_inet`, required for running firewalld in a Linux container.
71
+
- MacOS QEMU Virtualization option is being deprecated on July 14, 2025.
0 commit comments