I found a workaround
root@kali:~# cat /etc/systemd/network/bridge.network
[Network]
IPFoward=kernel
root@kali:~#
follow by systemctl restart systemd-networkd.service (will disconnect network) and by systemctl start docker.service
Share and learn in the Docker community.
I found a workaround
root@kali:~# cat /etc/systemd/network/bridge.network
[Network]
IPFoward=kernel
root@kali:~#
follow by systemctl restart systemd-networkd.service (will disconnect network) and by systemctl start docker.service