Ubuntu ufw and docker
If you are using a system with ufw and at the same time are using docker, please keep in mind that docker manipulates the iptables rules in order to allow access to its services.
That means that it will open ports that you never intended to open to the world.
In order to disable this, you need to add the --iptables=false in its arguments and restart it.
That means that it will open ports that you never intended to open to the world.
In order to disable this, you need to add the --iptables=false in its arguments and restart it.