Skip to content

Commit 744ff18

Browse files
authored
4.41-follow-ups (#22508)
<!--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
1 parent 1e394dd commit 744ff18

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Models are pulled from Docker Hub the first time they're used and stored locally
2424

2525
> [!TIP]
2626
>
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.
2828
2929
## Enable Docker Model Runner
3030

@@ -144,7 +144,7 @@ Chat session ended.
144144
>
145145
> You can also use chat mode in the Docker Desktop Dashboard when you select the model in the **Models** tab.
146146
147-
### Upload a model to Docker Hub
147+
### Push a model to Docker Hub
148148

149149
Use the following command to push your model to Docker Hub:
150150

content/manuals/desktop/release-notes.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3737

3838
### New
3939

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.
4242
- 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).
4645

4746
### Upgrades
4847

@@ -52,6 +51,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
5251
- [Docker Scout CLI v1.17.1](https://github.com/docker/scout-cli/releases/tag/v1.17.1)
5352
- [Compose Bridge v0.0.19](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.19)
5453

54+
### Security
55+
56+
- 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+
5558
### Bug fixes and enhancements
5659

5760
#### For all platforms
@@ -65,6 +68,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
6568
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
6669
- 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.
6770
- 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.
6872

6973
#### For Mac
7074

0 commit comments

Comments
 (0)