| 123456789101112131415161718192021222324252627 |
- ---
- kind: compose
- metadata:
- name: Dockge
- description: >
- Dockge is a powerful Docker management platform that simplifies container orchestration and monitoring.
- It provides an intuitive web interface to manage Docker containers, images, networks, and volumes with ease.
- Project: https://dockge.com/
- Documentation: https://docs.dockge.com/
- GitHub: https://github.com/dockge/dockge
- version: 1.5.0
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - management
- - docker
- draft: true
- spec:
- general:
- vars:
- dockge_version:
- type: str
- description: Dockge version
- default: latest
|