[READ-ONLY] Mirror of https://github.com/FoxxMD/docker-proxy-filter. Filter the contents of Docker API responses
docker docker-socket-proxy filter
0

Configure Feed

Select the types of activity you want to include in your feed.

Add docker image instructions

FoxxMD (Oct 8, 2025, 7:05 PM UTC) bd88f94c 07b36df6

+11
+11
README.md
··· 30 30 31 31 If I find use cases for filtering other endpoints they will be implemented in the future! Open a new Issue if you have ideas. 32 32 33 + ## Install 34 + 35 + Docker images are available for x86/ARMv7 hosts: 36 + 37 + ``` 38 + docker.io/foxxmd/docker-proxy-filter:latest 39 + ghcr.io/foxxmd/docker-proxy-filter:latest 40 + ``` 41 + 42 + The proxy server is available on port `2375` within the deployed container. 43 + 33 44 ## Example 34 45 35 46 ```yaml