epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
145 stars 59 forks source link

Pass proxy settings to the DIND containers #983

Open sidoruka opened 4 years ago

sidoruka commented 4 years ago

Background At the moment, DIND containers configuration includes only registry credentials and a couple of driver settings. In certain environments, it is not possible to access external networks (e.g. for the packages installation) without the http(s)/no_proxy settings. So the users have to pass this manually using docker run -e http_proxy=... option.

Approach

sidoruka commented 4 years ago

Backport to release/0.15

tcibinan commented 4 years ago

Backported to release/0.15 via 476f521aed3f308e1e8f30febae341385f32fe8c.

tcibinan commented 4 years ago

It will be also nice to have the same proxy parameters to be passed automatically during docker build call as well as docker run.

NShaforostov commented 4 years ago

Verified. Docs were updated via the #991