Hacker News new | ask | show | jobs
by dijit 3807 days ago
no, that's not my intention, my intention is to not have to deal with iptables mangling packets and adding netfilter tags to everything.

not to mention port collisions with things that must run on predefined ports (think SMTP or pesky applications that keep redirecting you back to port 80)

I'm looking to expose 'an IP' similar to a bridged/open network in KVM.

1 comments

Would doing --network=host do this? It makes the container use the hosts networking stack so there's no funny business.
Yes it would help here but would also expose new security loopholes.