K7

K7Blog

须知少年凌云志 曾许人间第一流.
proton
telegram

Dockge: A beautiful and easy-to-use Docker Compose management platform

dockge: A beautiful and easy-to-use Docker Compose management platform. This project provides a web interface for managing the docker-compose.yaml file. It is ready to use, beautifully designed interface, supports interactive editing of the compose.yaml file, updating docker images, as well as starting, stopping, restarting, deleting docker, and other operations.

Screenshot 2024-02-02 13.50.01

Installation Guide:#

Github: https://github.com/louislam/dockge

First, install Docker and Docker-Compose, you can use the Docker one-click installation script

Then execute the following command to install Dockge

mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
docker compose up -d

Open the IP+5001 port to access and manage Dockge, interestingly, the UI is the same as Uptime Kuma.

Update Dockge:#

cd /opt/dockge
docker compose pull && docker compose up -d
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.