dockge,A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.
官方地址:https://dockge.kuma.pet/
安装
# 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