[solved] Docker container cannot exit to internet

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

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.