We write this in /etc/docker/daemon.json

{
    "bridge": "none",
    "iptables": false,
    "ip-forward": true,
    "ip-masq": false
}

This is where all the strange operations with the demon end, and other strange things from the network begin)