My host has access to the API but when I enter docker container it doesn't. I've already added DNS to docker daemon
The host I want to access is an external API working on 80 port I want to connect to it via CURL
When I do PING from my host I get responses
When I do PING from container I get unknown host
My networking is set to bridge.
I was thinking about setting up the proxy but maybe there's a better way.