Skip to content

๐ŸฆŽ 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

No custom networks โ€” runs on the default bridge. Komodo connects to http://localhost:2375 or the host IP.


4. Persistent Storage

  • socket-proxy named volume (anonymous, for proxy socket file).

5. Environment Variables

None required.


6. Access & Usage

Configure Komodo to connect to http://<host-ip>:2375 as its Docker server.

docker compose -f Homelab/komodo-tools/compose.yaml up -d

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.