🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

Dockge

louislam/dockge
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

OpsContainersSelf-hostable
Dockge website screenshot

Deploy command

# 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

# If you are using docker-compose V1 or Podman
# docker-compose up -d

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

"Dockge" is a coinage word which is created by myself. I originally hoped it sounds like Dodge, but apparently many people called it Dockage, it is also acceptable.

Stars
★ 24.4k
Language
TypeScript
License
MIT
Last updated
2026-04-25
Category
Monitoring & ops
Section
General