I've gone through the various questions here and I can't seem to get this working.
I have a ubuntu server running docker. I have laradock which has a lot of options on running a web server, sql server, php, etc.
This ubuntu server is behind a corporate network.
The nginx, php-fpm and mysql containers are hosting a laravel app.
When the nginx docker container needs to access the internet, I need it to go through the corporate proxy server.
Can someone please point me in the right direction where to configure this? On the Docker Host, on the Containers themselves, on all the containers?
Thanks!