ENGDOCS-1330 (#17225)

* ENGDOCS-1330

* tweak
This commit is contained in:
Allie Sadler 2023-05-02 12:17:58 +01:00 committed by GitHub
parent 6e3509f682
commit ad838307d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -79,7 +79,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
#### For Mac
- Increased the performance of VM networking when using Virtualization framework on macOS Ventura and above.
- Increased the performance of VM networking when using the Virtualization framework on macOS Ventura and above. Docker Desktop for Mac now uses gVisor instead of VPNKit. To continue using VPNKit, add `"networkType":"vpnkit"` to your `settings.json` file located at `~/Library/Group Containers/group.com.docker/settings.json`.
- Fixed a bug where an error window is displayed on uninstall.
- Fixed a bug where the setting `deprecatedCgroupv1` was ignored. Fixes [docker/for-mac#6801](https://github.com/docker/for-mac/issues/6801).
- Fixed cases where `docker pull` would return `EOF`.

View File

@ -80,6 +80,12 @@ See also, [Hypervisor Framework
Reference](https://developer.apple.com/library/mac/documentation/DriversKernelHardware/Reference/Hypervisor/){:target="_blank" rel="noopener" class="_"}
in the Apple documentation, and Docker Desktop [Mac system requirements](../install/mac-install.md#system-requirements).
### VPNKit keeps breaking
In Docker Desktop version 4.19, gVisor replaced VPNKit to enhance the performance of VM networking when using the Virtualization framework on macOS Ventura and above.
To continue using VPNKit, add `"networkType":"vpnkit"` to your `settings.json` file located at `~/Library/Group Containers/group.com.docker/settings.json`.
## Topics for Windows
### Volumes