Dockhand

Dockhand Website

Dockhand Website

Website Dockhand and GitHub:

Modern Docker management for everyone.

A powerful, intuitive Docker platform. Free for homelabs, ready for enterprise.

Dockhand is a modern, efficient Docker management application providing real-time container management, Compose stack orchestration, and multi-environment support. All in a lightweight, secure and privacy-focused package.

Links:

Beispielhafte docker-compose.yml:

services:
  dockhand:
    image: fnsys/dockhand:latest
    container_name: dockhand
    restart: unless-stopped
    ports:
      - 3000:3000
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - dockhand_data:/app/data

volumes:
  dockhand_data:

Alternative Docker Compose Yaml Dateien verfügbar (mit PostgreSQL, …)