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

If I set the environment variable `ALLOW_RESTARTS=1` then permission is still denied for any stop/restart/kill operation due to them all being `POST` methods (blocked by default). If I set the...

Would be nice if we could make this support IPv6 by binding to IPv6 addresses in haproxy. It is fine if it is a toggle in case it breaks non-IPv6...

The [docs](https://github.com/Tecnativa/docker-socket-proxy#supported-api-versions) state that the most recent supported API is 1.37. According to docker's release [history](https://docs.docker.com/engine/api/#api-version-matrix), that corresponds to engine 18.05. The [release notes](https://github.com/moby/moby/releases/tag/v18.05.0-ce) for that version show it to...

``` docker-socket-proxy | [WARNING] 017/082756 (1) : Can't open global server state file '/var/lib/haproxy/server-state': No such file or directory docker-socket-proxy | Proxy dockerbackend started. docker-socket-proxy | Proxy dockerfrontend started. docker-socket-proxy...

Allows the DELETE header to be allowed

I know how to use this with traefik. I've found some samples how to use it with portainer. But on a single server I'm using both traefik and portainer. That...

* /run/haproxy.pid is not used * seamless reload is not functional and causes a warning at startup: `[WARNING] 213/153256 (1) : Can't open server state file '/var/lib/haproxy/server-state': No such file...

I'm using this with traefik and it works like a charm. ...Except when it doesn't. For example, when I must update services, and then **restart traefik**. Then traefik restarts without...

With docker-desktop 4.20.1 on Mac, the following crashes with a HTTP 503 error: ```sh # get the location of the currently active docker socket, will be something like $HOME/.docker/run/docker.sock #...

Hi, I was checking your image with the following setup and I am getting the error "**Docker daemon connection interrupted**" after 20 minutes of bringing up containers, and then it...