Gibt Docker zur Abfrage der Statusinformationen frei

This commit is contained in:
2025-12-06 10:21:29 +01:00
parent d3d751b091
commit 0ae9c49478

View File

@@ -0,0 +1,17 @@
services:
dockerproxy:
image: tecnativa/docker-socket-proxy
container_name: dockerproxy
privileged: true
ports:
- "2375:2375" # oder nur "<host-ip>:2375:2375"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- CONTAINERS=1
- IMAGES=1
- NETWORKS=1
- VOLUMES=1
- SYSTEM=1
- POST=1
restart: unless-stopped