Hacker News new | ask | show | jobs
by stjohnswarts 1241 days ago
Docker doesn't change iptables as set up by ufw. do you have more info on your issue?
1 comments

Docker does add iptables rules by default, which bypass other rules such as those you might set with ufw.

https://github.com/chaifeng/ufw-docker has a good overview and ufw-specific solution (I use it on my rpi).