docs: remove broken troubleshooting.md link in technical overview (#2227)

This commit is contained in:
Di Warachet S.
2026-09-08 12:10:31 -07:00
committed by GitHub
parent 2a442151ae
commit d5cefbd5cb
+1 -1
View File
@@ -74,4 +74,4 @@ In macOS 15, all containers attach to the default vmnet network. The `container
In macOS 15, limitations in the vmnet framework mean that the container network can only be created when the first container starts. Since the network XPC helper provides IP addresses to containers, and the helper has to start before the first container, it is possible for the network helper and vmnet to disagree on the subnet address, resulting in containers that are completely cut off from the network.
Normally, vmnet creates the container network using the CIDR address 192.168.64.1/24, and on macOS 15, `container` defaults to using this CIDR address in the network helper. If your containers have no network access on macOS 15, see [All networking fails on macOS 15](troubleshooting.md#all-networking-fails-on-macos-15) for diagnosis and remediation steps.
Normally, vmnet creates the container network using the CIDR address 192.168.64.1/24, and on macOS 15, `container` defaults to using this CIDR address in the network helper.