I'm having trouble with internet inside my docker. I have internet connection in a default network, but I don't have it in my created network. I've checked it by trying to ping google.com. I have created the network like this
network create --subnet=172.18.0.0/16 mynet123
Any ideas on this? How can I get access to the internet?