Docker Swarm container reachable although port is not open? Docker Swarm container reachable although port is not open? docker docker

Docker Swarm container reachable although port is not open?


Docker sets iptables rules itself, interfering with UFW.
Try running the docker daemon with the additional command line option --iptables=false.