Hacker News new | ask | show | jobs
by Bedon292 2091 days ago
Docker on Windows can run on WSL2 backend as well. So I assume this would also apply to Docker traffic too.

Other interesting note, Docker Windows does some funky stuff with firewalls too. It puts and any/any exception in the firewall when you install it [1]. So may also be important to know with VPN stuff.

[1] https://twitter.com/richturn_ms/status/1270766764356366336

1 comments

> Other interesting note, Docker Windows does some funky stuff with firewalls too. It puts and any/any exception in the firewall when you install it

It does something similar on Linux, actually. Huge pain when trying to firewall servers only to discover that Docker happily bypasses all of your rules.