docker-socket-proxy
docker-socket-proxy copied to clipboard
Proxy over your Docker socket to restrict which requests it accepts
# Content This MR bumps haproxy to v3.0 and force it to run as root. # Discussion Starting with haproxy 2.4, the official/upstream docker image runs with a haproxy user,...
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...
Hi, I'm using docker-socket-proxy with a host network (internal, not accessible externally) and getting this tcp inside a containers like traefik and portainer.. I could not to set an internal...