File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/manuals/desktop/features/networking Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments