[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.

feat(docker): Add default logging level env

FoxxMD (Oct 8, 2025, 1:47 PM UTC) 9485dab8 df07acf0

+2
+2
docker/Dockerfile
··· 1 1 FROM rust:1.90-bookworm as Builder 2 2 3 + ENV RUST_LOG=info,docker-proxy-filter=debug 4 + 3 5 WORKDIR /usr/src/app 4 6 COPY . . 5 7