Not able to ping 8.8.8.8 from alpine container in openWRT

When I load and run alpine container in OpenWRT environment in --network=bridge, not to able ping to either host IP address or google.com/8.8.8.8

docker pull alpine
docker run -itd --network=bridge -v /tmp:/tmp --name alpine

docker exec -it alpine1 /bin/sh

/ # ping google.com
ping: bad address ‘google.com

Thanks

1 Like

You might want to post this question in the openWRT forums, as it’s more likely openWRT users also use Docker, but in this community almost no user runs docker on openWRT.

Furthermore, the docker package on openWRT is maintaned and supported by the openWRT community.

Thank you so much for the response. I’ll try to get information from OpenWRT forum.

Thanks again :slight_smile: