Skip to content

Commit 825ebed

Browse files
committed
final sme review
1 parent a39a296 commit 825ebed

File tree

1 file changed

+4
-4
lines changed
  • content/manuals/desktop/features/networking

1 file changed

+4
-4
lines changed

content/manuals/desktop/features/networking/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The following table summarizes typical setups in more detail:
3030
| --------------- | ------------------------------------ | ------------------------ | -------------------------------------- | --------------------------------------------------------- |
3131
| Windows | Hyper-V | `com.docker.backend.exe` | `com.docker.backend.exe` | Simplest setup with full visibility to EDR/firewall tools |
3232
| Windows (WSL 2) | WSL 2 | `com.docker.backend.exe` | WSL 2 kernel (no visibility from host) | Recommended only when WSL 2 integration is needed |
33-
| macOS | virtualization.framework + gRPC FUSE | `com.docker.backend` | `com.docker.backend` | Recommended for performance and visibility |
34-
| macOS | virtualization.framework + virtiofs | `com.docker.backend` | `virtiofsd` | No file access visibility from host |
35-
| macOS | virtualization.framework + osxfs | `com.docker.backend` | `com.docker.osxfs` | Legacy setup, not recommended |
36-
| macOS | DockerVMM + virtiofs | `com.docker.backend` | `com.docker.krun` | Used in certain fallback modes |
33+
| Mac | Virtualization framework + gRPC FUSE | `com.docker.backend` | `com.docker.backend` | Recommended for performance and visibility |
34+
| Mac | Virtualization framework + `virtiofs`| `com.docker.backend` | Apple's Virtualization framework | Higher performance but no file access visibility from host|
35+
| Mac | Virtualization framework + `osxfs` | `com.docker.backend` | `osxfs` | Legacy setup, not recommended |
36+
| Mac | DockerVMM + `virtiofs` | `com.docker.backend` | `krun` | Currently in Beta |
3737
| Linux | Native Linux VM | `qemu` | `virtiofsd` | No `com.docker.backend` process on Linux |
3838

3939

0 commit comments

Comments
 (0)