When using these docker (samples/doodles) on a machine in a network that has a firewall in place that does deep packet inspection (eg enterprise environment), there will always be a self-signed certificate in the chain.
Is it possible to add RUN git config --global http.sslVerify "false" to the Docker files?
When using these docker (samples/doodles) on a machine in a network that has a firewall in place that does deep packet inspection (eg enterprise environment), there will always be a self-signed certificate in the chain.
Is it possible to add
RUN git config --global http.sslVerify "false"to the Docker files?