Hacker News new | ask | show | jobs
by ngauje 1748 days ago
In big Companies, the usage of VPN solution is pretty common. Especially since COVID with the rise of remote workers. One big feature Docker Desktop nailed is the VPN friendlyest of the solution! They developped VPNKit to solve VPN issues, and honestly it works very well. None on the alternatives provide such feature!
1 comments

What does it do?
It links docker's network through a linux/windows pipe to a process on your windows/mac host. So containers network packets don't get out from a virtual network adapter (that can be filtered out) but from a vpnkit.exe process on windows. Using this, you are more compliant with strict corporate security rules and are less likely to be blocked by your VPN client, proxy firewall etc...