I don't have the reputation to comment on 'Jason's post above, but that is the correct answer according to Docker's patch notes here: https://docs.docker.com/desktop/release-notes/
For Mac
- Downgraded Linux kernel to v6.10.14 to fix a bug in OpenJDK that causes Java containers to terminate due to cgroups controller misidentification. See docker/for-mac#7573.
- Added /usr/share/misc/usb.ids in the root mount namespace to fix usbip.
- Fixed an issue where the display of the CPU limit was capped at 8 when using Docker VMM.
- Fixed an issue where startup would hang and the com.docker.backend process consumed 100% of the CPU. See docker/for-mac#6951.
- Fixed a bug that caused all Java programs running on M4 Macbook Pro to emit a SIGILL error. See docker/for-mac#7583.
- Blocked startup on macOS 15.4 beta 1 since starting VMs will cause the host to crash, see https://developer.apple.com/documentation/macos-release-notes/macos-15_4-release- notes#Virtual-Machines.
- Fixed an issue where the myIPAddress PAC file function retrieved the host IP from the wrong interface, causing incorrect proxy selection.