docker-socket-proxy icon indicating copy to clipboard operation
docker-socket-proxy copied to clipboard

Provide the ability to bind to a Unix socket

Open mikesir87 opened this issue 1 year ago • 1 comments

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.

mikesir87 avatar Oct 17 '24 21:10 mikesir87