docker container does not have internet access when using bridge network
root@OpenWrt:~# docker run --name test1 --rm -it --network bridge busybox
/ # ping google.com
ping: bad address 'google.com'
/ #
docker container does not have internet access when using bridge network
root@OpenWrt:~# docker run --name test1 --rm -it --network bridge busybox
/ # ping google.com
ping: bad address 'google.com'
/ #
solution from Nftables vs dockerd helps when using the default bridge
when adding and using another bridge network the container is still disconnected