Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for communication to docker hosts using UNIX domain sockets #179

Closed
wants to merge 1 commit into from
Closed

Commits on May 25, 2015

  1. Add support for communication to docker hosts using UNIX domain sockets:

      * Use jnr-unixsocket for native OS-level access
      * Use a pseudo socket class that mimics a Java network socket and delegates to the jnr channel where applicable
      * Provide a special ApacheUnixSocketHttpDelegate that enables the Apache HTTP client to use that pseudo socket for HTTP communication
    
    Signed-off-by: Tom Wieczorek <tom@bibbu.net>
    twz123 committed May 25, 2015
    Configuration menu
    Copy the full SHA
    a17c64e View commit details
    Browse the repository at this point in the history