Tecnativa / docker-socket-proxy

Proxy over your Docker socket to restrict which requests it accepts
Apache License 2.0
1.3k stars 156 forks source link

Fix haproxy.cfg with regex for podman #113

Open Alex-K37 opened 5 months ago

Alex-K37 commented 5 months ago

podman requests start with, e.g., "/v4.6.1/libpod" which was not included in the current regex

Tested for _ping and containers, only.

Alex-K37 commented 5 months ago

as described in issue #104