|
|
|
|
|
by yabones
77 days ago
|
|
A classic example is Docker inserting its firewall rules before everything else, causing any "published" ports to be wide open even if a firewall ruleset was configured. They might have fixed this, or doubled down on their design choice. Either way, that kind of complexity can really bite you if you're not careful. https://docs.docker.com/engine/network/#published-ports |
|