awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Finsys avatar

Finsys/dockhand

0
View on GitHub↗
2,609 stars·91 forks·Svelte·other·24 viewsdockhand.pro↗

Dockhand

Dockhand is a multi-host Docker manager and container management interface used to control the lifecycle of containers, images, volumes, and networks. It functions as a Docker Compose orchestrator and GitOps deployment tool, enabling the synchronization of application stacks directly from remote Git repositories.

The project distinguishes itself as an enterprise Docker access controller, providing role-based access control and identity verification through OIDC, LDAP, and multi-factor authentication. It secures sensitive data using AES-256-GCM encryption for credentials at rest and handles native TLS termination for its interface and API.

The platform covers a broad range of operational capabilities, including real-time resource monitoring, log streaming, and image vulnerability scanning. It provides tools for remote Docker orchestration via sockets or TCP, as well as interactive web-based terminals and visual filesystem browsers for managing container data.

Automation is handled through scheduled image updates, maintenance tasks, and webhook-driven deployment triggers.

Features

  • Docker Socket Orchestrators - Manages container lifecycles across multiple remote hosts by connecting via Docker sockets or TCP.
  • Docker Container Orchestrators - Provides a comprehensive visual interface for managing the full lifecycle, deployment, and monitoring of Docker containers across multiple hosts.
  • GitOps Deployment Management - Automates container updates and stack deployments by synchronizing with remote Git repositories and webhooks.
  • Compose Orchestrators - Orchestrates multi-container applications using Docker Compose YAML configurations.
  • Container Lifecycle Management - Provides a full interface to start, stop, restart, and remove containers with advanced configuration.
  • Container Monitoring - Tracks real-time CPU and memory usage and streams logs from containers across multiple environments.
  • Git-Based Deployment - Provides automated deployment of application stacks by synchronizing configuration directly from version control repositories.
  • Git-Based Deployment Automations - Automates container deployments by polling Git repositories for changes and triggering updates.
  • GitOps Workflows - Automates the deployment of Docker Compose stacks by synchronizing application configurations directly from Git repositories.
  • Administrative Access Control - Acts as an administration layer providing RBAC, OIDC, LDAP authentication, and encrypted secret injection.
  • Credential Encryption - Protects registry passwords and SSH keys using AES-256-GCM authenticated encryption at rest.
  • Encrypted Secret Management - Securely stores sensitive environment variables in an encrypted database and injects them into containers at runtime.
  • LDAP Authentication - Integrates with centralized LDAP or Active Directory servers for enterprise user authentication.
  • Multi-Factor Authentication - Protects local user accounts by requiring a second authentication factor via TOTP tokens.
  • Role-Based Access Control - Implements role-based access control integrated with OIDC and LDAP for managing infrastructure tool permissions.
  • Single Sign-On Integrations - Enables single sign-on for application access using OpenID Connect identity providers.
  • Container Host Connections - Enables management of environments across different machines using local sockets, direct TCP, or specialized agents.
  • Web-Based Terminals - Provides interactive, browser-based shell access to running containers via websockets.
  • Automated Container Image Updaters - Checks for new image versions on a schedule and automatically redeploys containers to keep software current.
  • Container Configuration Templates - Uses reusable configuration templates to maintain consistency across different container deployments.
  • Registry Discovery - Provides a visual browser to discover and search for available images within configured registries.
  • Docker Engine Automations - Offers a REST API for the programmatic management of containers, networks, and stacks.
  • Template-Based Deployment - Ensures consistent deployments by mapping predefined catalog variables into Docker Compose specifications.
  • Webhook Deployment Listeners - Automates stack synchronization and redeployment using HTTP POST webhook events from external services.
  • Container Image Vulnerability Scanners - Integrates with vulnerability scanners to analyze container images for known CVEs before deployment.
  • Audit Logging Systems - Maintains a comprehensive audit trail of all actions performed across connected Docker environments for security compliance.
  • Container Log Streamers - Displays real-time container output with ANSI color support for debugging and observability.
  • Compute Usage Metrics - Provides real-time tracking of CPU, memory, and disk consumption for running containers.
  • Real-Time Server Activity Monitors - Tracks all container events across environments in real-time via a centralized activity log.
  • Container Shell Sessions - Provides a web-based terminal that pipes shell sessions through WebSockets for interactive container command execution.
  • Docker - Listed in the “Docker 工具” section of the Great Open Source Project awesome list.

Star history

Star history chart for finsys/dockhandStar history chart for finsys/dockhand

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Dockhand

Similar open-source projects, ranked by how many features they share with Dockhand.
  • portainer/portainerportainer avatar

    portainer/portainer

    37,740View on GitHub↗

    Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying, monitoring, and managing containerized applications. It functions as an orchestration-abstraction layer, translating user actions into platform-specific API calls to maintain consistency across diverse container runtimes and cluster technologies. By organizing users, teams, and resources into a single interface, it enables granular role-based access control and lifecycle management for containerized services and stacks. The platform distinguishes itself through its support for di

    TypeScriptdockerdocker-composedocker-container
    View on GitHub↗37,740
  • moghtech/komodomoghtech avatar

    moghtech/komodo

    10,290View on GitHub↗

    Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for managing multiple remote hosts through lightweight agents, coordinating Docker Swarm and Kubernetes clusters, and automating software delivery via integrated CI/CD pipelines. The system distinguishes itself with a TypeScript-based automation engine that executes typed scripts against the system API for complex operational workflows. It supports infrastructure-as-code through TOML-based declarative configuration synchronization and provides ephemeral build infrastructure that provi

    Rust
    View on GitHub↗10,290
  • fosrl/pangolinfosrl avatar

    fosrl/pangolin

    21,255View on GitHub↗

    Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private network resources. It functions as a cloud-native network controller that orchestrates encrypted tunnels, traffic routing, and access policies across distributed environments. By leveraging WireGuard for secure data transport, the platform enables authenticated access to internal web applications, terminal sessions, and remote desktops without exposing services to the public internet. The platform distinguishes itself through a declarative infrastructure model that synchronizes n

    TypeScriptcrowdsecdockerhome-lab
    View on GitHub↗21,255
  • kubero-dev/kuberokubero-dev avatar

    kubero-dev/kubero

    4,150View on GitHub↗

    Kubero is a self-hosted Platform as a Service (PaaS) that simplifies the deployment, scaling, and management of containerized applications on Kubernetes. It functions as an application manager, CI/CD orchestrator, and multi-tenant manager, allowing users to run workloads without writing manual configuration files. The platform distinguishes itself through automated image synthesis, transforming source code from Git repositories into deployable containers via buildpacks, Dockerfiles, or nixpacks. It implements a GitOps delivery model with automated pipelines that trigger builds on push events

    TypeScriptci-cdcloudcoolify
    View on GitHub↗4,150
See all 30 alternatives to Dockhand→

Frequently asked questions

What does finsys/dockhand do?

Dockhand is a multi-host Docker manager and container management interface used to control the lifecycle of containers, images, volumes, and networks. It functions as a Docker Compose orchestrator and GitOps deployment tool, enabling the synchronization of application stacks directly from remote Git repositories.

What are the main features of finsys/dockhand?

The main features of finsys/dockhand are: Docker Socket Orchestrators, Docker Container Orchestrators, GitOps Deployment Management, Compose Orchestrators, Container Lifecycle Management, Container Monitoring, Git-Based Deployment, Git-Based Deployment Automations.

What are some open-source alternatives to finsys/dockhand?

Open-source alternatives to finsys/dockhand include: portainer/portainer — Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying,… moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private… kubero-dev/kubero — Kubero is a self-hosted Platform as a Service (PaaS) that simplifies the deployment, scaling, and management of… meshery/meshery — Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual… devtron-labs/devtron — Devtron is a Kubernetes management platform and CI/CD orchestrator designed to unify application lifecycles and…