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

Provide the ability to bind to a Unix socket #141

Closed

Conversation

mikesir87
Copy link

I'm wanting to share the Docker socket with services that look for the Docker socket at /var/run/docker.sock. Since these apps need read-only access the proxy makes a lot of sense here. But, I'd prefer to leverage socket-based communication instead of publishing the port or relying on the container networking.

This PR provides the ability to bind the socket to a Unix socket, which can be put into a volume and shared with the other containers.

@josep-tecnativa
Copy link
Contributor

Could you check CI, please?

@mikesir87 mikesir87 closed this by deleting the head repository Dec 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants