https://stackoverflow.com/questions/30383845/what-is-the-best-practice-of-docker-ufw-under-ubuntu
create /etc/docker/daemon.json file with content as follows:
{
"iptables": false
}
and reboot (or sudo service docker restart)
https://stackoverflow.com/questions/30383845/what-is-the-best-practice-of-docker-ufw-under-ubuntu
create /etc/docker/daemon.json file with content as follows:
{
"iptables": false
}
and reboot (or sudo service docker restart)