-
Notifications
You must be signed in to change notification settings - Fork 549
Enable Proxy support #742
Comments
Any idea if the Jersey/ApacheConnectorProvider will respect system properties like Would you be willing to create a PR that adds these properties to the DefaultDockerClient.Builder class? that seems like the most natural place to configure this if the system properties aren't read by Jersey. |
System properties like
This change ensured all the HTTP GET requests to I have a docker daemon which supports 1.24 api version. dockerD version is 1.12.6 |
Found the reason why POST failed while using tinyproxy. (tinyproxy/tinyproxy#58) |
* Fixes #742 , enable http proxy support for docker-client * CR changes: replace default port of 8080 with Preconditions.checkNotNull(...) * CR Changes: Update CHANGELOG.md
Currently
com.spotify.docker.client.DefaultDockerClient
does not provide a way to configure http proxy.We could add something on the following lines so that the internal jaxws.rs client has proxy configured.
The text was updated successfully, but these errors were encountered: