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

ability to modify frontend bind

Open vistrcm opened this issue 3 years ago • 2 comments

Hello, it will be great to allow users to modify the frontend.bind parameter to bind on UNIX sockets and ports other than 2375.

Use case: provide untrusted application access to the docker socket. The untrusted app can work only via a UNIX socket.

Proposed solution: https://github.com/Tecnativa/docker-socket-proxy/pull/68

vistrcm avatar May 12 '22 02:05 vistrcm

Other use-case: Deploy inside a Podman pod and only bind to localhost.

basbebe avatar Mar 03 '25 07:03 basbebe

Third use case: Run with --network none and make the frontend's Unix socket accessible in a shared volume.

mtdcr avatar Nov 16 '25 10:11 mtdcr