Hi all,
I’m pretty new with docker and windows containers so with every issue I have a lot of problems to solve it.
I don’t no why and how to set docker to ping by name on windows 10.
When I run command
docker run ‘dockerimage’ ping google.com
get response
Ping request could not find host google.com. Please check the name and try again.
and when I run command
docker run ‘dockerimage’ ping 8.8.8.8
get valid response.
I think this makes me a problem when I want to download file from my application that runs on docker container.
So if anyone know how to solve it, I would be more than grateful.
Regards, Stefan