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

UNIX socket support #148

Closed
rassie opened this issue Apr 24, 2015 · 4 comments
Closed

UNIX socket support #148

rassie opened this issue Apr 24, 2015 · 4 comments
Milestone

Comments

@rassie
Copy link

rassie commented Apr 24, 2015

I don't know if this is intended (documentation implies that it might be), but I'm sorely missing UNIX socket support for docker. One of the reasons is that we are running Jenkins instances in containers and mount /var/run/docker.sock into each container, so that Jenkins could build other docker images. Working with TCP becomes vastly more complicated in this situation.

@vauvenal5
Copy link

+1

@jgangemi
Copy link
Collaborator

i don't know what the likelihood of this is going to be given it's not portable across build environments, etc, and i know that is one of the goals of this plugin.

have you tried using the ambassador pattern as a work around for this: https://docs.docker.com/articles/ambassador_pattern_linking/

@rhuss
Copy link
Collaborator

rhuss commented May 13, 2015

In fact, Unix socker support is not so easy when coming from Java. As @jgangemi said, portability is one of the main key features. However, I also think that it shouldn't harm to allow unix socket access for Linux plattforms as an optional way for accessing the Docker daemon as long it doesn't require some strange packaging of the plugin because of native libs to be included.

Maybe we can collect here what are the technical possibilities to do so ? (I know, there are some libs for this out there, but never checked them really)

@jgangemi
Copy link
Collaborator

marking as closed

leusonmario pushed a commit to leusonmario/docker-maven-plugin that referenced this issue Aug 18, 2018
…erver-errors

readme: add common causes of 500 Internal Server Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants