A powerful and intuitive platform for managing Docker environments, designed for everyone from homelab enthusiasts to large enterprises. Get up and running in seconds with a single command. It runs efficiently on devices like a Raspberry Pi using SQLite by default, with zero telemetry and a free-forever plan for personal use.
For growing teams and enterprises, it offers robust features without the typical enterprise price tag. Key capabilities include:
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
security_opt:
- no-new-privileges:true
ports:
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./data:/app/data
environment:
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- TZ=UTCADMIN_USERNAME=admin
ADMIN_PASSWORD=super_secret_password_change_meAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago