Dmitriy Tarasov
Dmitriy Tarasov
This PR adds support to request container data from multiple docker endpoints. For example in swarm you now can get containers information from all nodes at once. Main idea is...
This PR gives ability to specify set of filters to containers query when new generated file arrived. It is kinda similar to [#311](https://github.com/nginx-proxy/docker-gen/pull/311) but with better implementation from architectural point...
🐛cloudflared drops HTTP request body when Content-Length is missing (e.g. Docker blob upload PATCH)
**Describe the bug** When using `cloudflared` as a tunnel proxy, HTTP requests without a `Content-Length` header but with a valid streaming body (e.g. Docker Registry `PATCH` uploads) are forwarded with...