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

Proxy over your Docker socket to restrict which requests it accepts

Results 43 docker-socket-proxy issues
Sort by recently updated
recently updated
newest added

How can I allow pulling of an image?. `IMAGES=1` does not allow it. I can list images, but not pull them.

2.2 is very old. Pin to a newer version, and keep it up-to-date during rebuilds.

When I run the image, in the logs I get the below: `Can't open server state file '/var/lib/haproxy/server-state': No such file or directory` I checked the container and did not...

Trying to get this running with the podman socket with the following setup: ``` docker-socket-proxy: image: tecnativa/docker-socket-proxy container_name: docker-socket-proxy restart: always privileged: true environment: - SOCKET_PATH=/run/podman/podman.sock - CONTAINERS=1 security_opt: -...

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...

In Docker Swarm, the docker socket only exists on manager nodes, so this was failing sporadically for me without much explanation until I realized it was whenever the proxy was...

Hello, I want to run glances using your proxy. The only option to set the proxy is via volumes. ``` volumes: - "tcp://socket-proxy:2375/:/var/run/docker.sock:ro" ``` doesn't work. how can I do...

It would be great to use something like [renovate](https://github.com/renovatebot/renovate) or [dependabot](https://dependabot.com/) to automatically update the haproxy image so security fixes in haproxy are applied instantly.

help wanted

Is there any plan to support TLS, i.e. https://docs.docker.com/engine/security/https/#create-a-ca-server-and-client-keys-with-openssl? Thanks.

help wanted