Hacker News new | ask | show | jobs
by BadBadJellyBean 504 days ago
I always wonder what kind of setups people have where docker destroys their network config. I have used Docker on so many systems over so many years and several distros and not once have I encountered that. Same with people who say that systemd made their system implode and wayland makes their baby cry. What are these people doing?
1 comments

Docker didn't support nftables for years (idk if they even support it now). I moved my personal machine to Podman because of it!

Also port forwarding in Docker (and Podman!) still bypasses ufw/other firewalls, which is really annoying and surprising (though it doesn't in rootless).