mirror of
https://github.com/apple/container.git
synced 2026-09-13 03:05:42 +00:00
This was a funny oversight. We have two port spaces, one for listening sockets on the host, and one for vsock proxies in the guest, but only the host "allocator" was being used. This didn't really matter as the ports in the guest would still be unique, but would still be good to fix.