i can not ping api.meraki.com in both host and container. but in host machine, running
curl -L --request GET --url https://api.meraki.com/api/v0/organizations --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'X-Cisco-Meraki-API-Key: xxx'
return organizations successfully but if i run this inside container it returns connection refused.
application is connected another http service already but still not pinging in both host and container, but can be curl in both host and container.