Favicon of Dockhand

Dockhand

Manage containers and Compose stacks with a modern UI. Deploy from Git, scan for vulnerabilities, and manage multiple hosts with enterprise-grade authentication.

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:

  • Visual Compose Editor: Manage your Docker Compose stacks through an intuitive graphical interface, eliminating YAML headaches.
  • Git-Based Deployments: Deploy and automatically update your stacks directly from Git repositories using webhooks.
  • Comprehensive Security: Includes free OIDC/SSO and multi-factor authentication for all users. Scan images for vulnerabilities with Grype/Trivy and manage access with enterprise-grade LDAP/AD integration and RBAC.
  • Multi-Host Management: Easily manage Docker hosts across different networks, even those behind NAT or firewalls, using the Hawser agent.
  • Real-Time Observability: Monitor live CPU & memory metrics, stream container logs with ANSI color support, and view a detailed container activity log.

Directory Structure

dockhand
data
.env
docker-compose.yml

docker-compose.yml

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=UTC

.env

ADMIN_USERNAME=admin
ADMIN_PASSWORD=super_secret_password_change_me

Share:

Ad
Favicon

 

  
 

Similar to Dockhand

Favicon

 

  
  
Favicon

 

  
  
Favicon