[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

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

add comments on dpf service definition

FoxxMD (Oct 12, 2025, 9:02 PM UTC) 01237043 5f8111a0

+3
+3
_posts/2025-10-10-restricting-socket-proxy-by-container.md
··· 196 196 image: foxxmd/docker-proxy-filter 197 197 environment: 198 198 - PROXY_URL=http://socket-proxy:2375 199 + # only containers with a label key containing "homepage" will be returned or accessible 199 200 - CONTAINER_LABELS=homepage 201 + # replace env variables in Docker Container api responses with an empty list 202 + - SCRUB_ENVS=true 200 203 ports: 201 204 - 2375:2375 202 205 socket-proxy: