๐ฆ Komodo Tools โ Socket Proxy
Host: Homelab ยท Compose:
Homelab/komodo-tools/compose.yaml
Stack name:komodo-tools
1. Overview
A minimal stack providing a secure Docker socket proxy specifically for the Komodo container management platform (running at 192.168.10.114:9120). Komodo connects to this proxy rather than the raw Docker socket, limiting its API surface.
2. Architecture & Services
| Service | Image | Port | Role |
|---|---|---|---|
socket-proxy |
11notes/socket-proxy:2.1.7 |
2375 |
Secure read-only Docker socket proxy |
3. Networking
None configuration.
4. Persistent Storage
| Container | Host Path / Volume | Description |
|---|---|---||
| socket-proxy | /run/docker.sock | โ |
| socket-proxy | socket-proxy | โ |
5. Environment Variables
No environment variables defined.
6. Access & Usage
Configure Komodo to connect to http://<host-ip>:2375 as its Docker server.
7. Maintenance & Backup
docker compose -f Homelab/komodo-tools/compose.yaml pull
docker compose -f Homelab/komodo-tools/compose.yaml up -d
No backups required.