Edit the Docker configuration file /etc/default/docker
Add the following content
DOCKER_OPTS = "--iptables=false"
Restart the Docker service
systemctl restart docker
Edit the Docker configuration file /etc/default/docker
Add the following content
DOCKER_OPTS = "--iptables=false"
Restart the Docker service
systemctl restart docker