Dockge: A Reactive Self-Hosted Docker Compose Stack Manager
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Dockge is a sophisticated, user-friendly, and reactive self-hosted manager for Docker compose.yaml stacks. It offers an intuitive web interface for managing your Docker deployments, featuring real-time updates and an interactive editor. Designed for efficiency, Dockge simplifies the orchestration of your containerized applications.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Dockge is an innovative self-hosted solution designed to streamline the management of your Docker compose.yaml stacks. It provides a fancy, easy-to-use, and highly reactive web interface, making container orchestration more accessible and efficient. With features like an interactive editor, real-time terminal, and support for multiple Docker hosts, Dockge aims to enhance your development and deployment workflow.
Installation
Installing Dockge is straightforward. Ensure you have Docker 20+ (or Podman with podman-docker) installed on a supported Linux distribution (armv7, arm64, amd64 architectures). The default setup uses /opt/stacks for your compose files and runs on port 5001.
# Create directories that store your stacks and stores Dockge's stack
mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
# Download the compose.yaml
curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
# Start the server
docker compose up -d
Dockge will then be accessible at http://localhost:5001. For advanced installations, including custom ports and stack directories, an interactive compose.yaml generator is available on the official website.
Examples
Dockge simplifies common Docker operations. For instance, you can easily convert existing docker run commands into compose.yaml files directly within the interface. To manage existing stacks, simply move your compose.yaml file into the designated stacks directory, typically /opt/stacks/<stackName>/compose.yaml, and then use the "Scan Stacks Folder" option in Dockge's top-right dropdown menu. This ensures your existing deployments are seamlessly integrated.
Why Use It
Dockge stands out with its highly reactive and user-friendly interface, providing real-time feedback on operations like image pulls and stack deployments. Its file-based structure ensures that your compose.yaml files remain on your drive, fully accessible via standard docker compose commands. The project was motivated by a desire for clearer error messages and more transparent progress indicators in stack management, offering a smoother experience compared to some existing tools. Its design philosophy prioritizes ease of use and responsiveness, similar to Uptime Kuma's acclaimed UI/UX.
Links
Explore Dockge further through these official resources:
Related repositories
Similar repositories that may be relevant next.
Local LLM Linux Troubleshoot: An AI Agent for Linux Diagnostics
September 14, 2026
Local LLM Linux Troubleshoot is an AI-powered agent designed to diagnose and resolve issues on Linux systems. It leverages llama.cpp for local AI processing, offering system diagnostics, safe command execution, and support for Docker, CLI, and a web GUI. This tool provides a privacy-first approach to managing and troubleshooting your Linux environment.

ArcReel: Open-Source AI Video Production Workspace for Stories and Scripts
September 1, 2026
ArcReel is an open-source, self-hosted AI video production workspace designed to transform novels, screenplays, or product assets into short videos. It offers a comprehensive pipeline for content analysis, asset management, storyboarding, and video generation, ensuring visual continuity and cost tracking. Users can control the production process and export editable drafts for further refinement.

gh-aw-firewall: Secure Your Agentic Workflows with a Network Firewall
August 16, 2026
gh-aw-firewall is a robust network firewall designed specifically for agentic workflows, restricting outbound HTTP/HTTPS traffic to an allowlist of domains. It operates by running commands within a Docker sandbox, leveraging a Squid proxy for traffic filtering and an optional API proxy sidecar to securely manage LLM API keys. This project is a crucial component of GitHub's ongoing exploration into Agentic Workflows, enhancing their security and control.

DockerCheatSheet: A Comprehensive Guide to Docker Commands
July 17, 2026
The DockerCheatSheet repository offers a comprehensive and highly-starred collection of Docker commands, serving as an invaluable resource for developers and DevOps engineers. Based on the 'Painless Docker' guide, it covers everything from basic container operations to advanced Docker Swarm and Compose functionalities. With nearly 4,000 stars, this cheat sheet is a popular and actively maintained reference for mastering Docker.
Source repository
Open the original repository on GitHub.
19 counted GitHub visits