mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 19:45:56 +00:00
wip
This commit is contained in:
parent
35a79ea8a6
commit
5e9065a4d6
1 changed files with 13 additions and 9 deletions
22
README.md
22
README.md
|
@ -4,18 +4,20 @@
|
||||||
|
|
||||||
# Dockge
|
# Dockge
|
||||||
|
|
||||||
A fancy, easy-to-use and reactive docker stack (`compose.yaml`) manager.
|
A fancy, easy-to-use and reactive docker `compose.yaml` stack manager.
|
||||||
|
|
||||||
Dockge is built on top of [Compose V2](https://docs.docker.com/compose/migrate/). `compose.yaml` as known as `docker-compose.yml`
|
Dockge is built on top of [Compose V2](https://docs.docker.com/compose/migrate/). `compose.yaml` is as known as `docker-compose.yml`.
|
||||||
|
|
||||||
## ⭐ Features
|
## ⭐ Features
|
||||||
|
|
||||||
- Focus on `docker-compose.yml` stack management
|
- Focus on `compose.yaml` stack management
|
||||||
- Interactive editor for `docker-compose.yml`
|
- Interactive editor for `compose.yaml`
|
||||||
- Interactive web terminal for containers and any docker commands
|
- Interactive web terminal for containers and docker commands
|
||||||
- Reactive - Everything is just responsive. Progress and terminal output are in real-time
|
- Reactive
|
||||||
- Easy-to-use & fancy UI - If you love Uptime Kuma's UI/UX, you will love this too
|
- Everything is just responsive. Progress and terminal output are in real-time
|
||||||
- Convert `docker run ...` command into `docker-compose.yml` file
|
- Easy-to-use & fancy UI
|
||||||
|
- If you love Uptime Kuma's UI/UX, you will love this too
|
||||||
|
- Convert `docker run ...` command into `compose.yaml` file
|
||||||
|
|
||||||
## 🔧 How to Install
|
## 🔧 How to Install
|
||||||
|
|
||||||
|
@ -44,9 +46,11 @@ Dockge is now running on http://localhost:5001
|
||||||
- I have been using Portainer for some time, but for the stack management, I am sometimes not satisfied with it. For example, sometimes when I try to deploy a stack, the loading icon keeps spinning for a few minutes without progress. And sometimes error messages are not clear.
|
- I have been using Portainer for some time, but for the stack management, I am sometimes not satisfied with it. For example, sometimes when I try to deploy a stack, the loading icon keeps spinning for a few minutes without progress. And sometimes error messages are not clear.
|
||||||
- Try to develop with ES Module + TypeScript (Originally, I planned to use Deno or Bun.js, but they do not support for arm64, so I stepped back to Node.js)
|
- Try to develop with ES Module + TypeScript (Originally, I planned to use Deno or Bun.js, but they do not support for arm64, so I stepped back to Node.js)
|
||||||
|
|
||||||
|
|
||||||
If you love this project, please consider giving this project a ⭐.
|
If you love this project, please consider giving this project a ⭐.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## More Ideas?
|
## More Ideas?
|
||||||
|
|
||||||
- Stats
|
- Stats
|
||||||
|
|
Loading…
Add table
Reference in a new issue