Hello!
I’m using a fresh install of Ubuntu 22.04 with docker-ce. It seems that no docker container is able to access the internet. It does not matter whether I use host mode or not:
$ docker run -it --network=host busybox ping google.com
PING google.com (142.251.32.46): 56 data bytes
ping: sendto: Network is unreachable
$ docker run -it busybox ping google.com
ping: bad address 'google.com'
I’ve tried a handful of fixes on this forum and others, and none seem to do anything. Any ideas?