apocas / docker-modem

Docker Remote API network stack driver.
Apache License 2.0
234 stars 112 forks source link

Custom HTTP Agent Support #94

Closed snooc closed 5 years ago

snooc commented 6 years ago

I was running into an issue with NodeJS connection pooling that required me to use a custom HTTPS Agent.

This PR allows a custom agent to be passed in using the following logic:

apocas commented 5 years ago

Custom agent implemented in: https://github.com/apocas/docker-modem/pull/103