File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Think of `htop`, but for Docker.
4545| ** Container stats** | ✅ Real-time (CPU, memory, network, disk I/O) | Real-time + ASCII graphs |
4646| ** Interactive logs** | ✅ | ✅ |
4747| ** Shell access** | ✅ One keypress | ✅ |
48- | ** Docker Compose** | ⏳ Planned | ✅ |
48+ | ** Docker Compose** | ✅ | ✅ |
4949| ** Image management** | ⏳ Planned | ✅ Layer inspection & pruning |
5050| ** Metrics graphs** | ❌ Text-based (lighter) | ✅ Customizable ASCII graphs |
5151| ** Mouse support** | ❌ Keyboard-focused | ✅ |
@@ -239,6 +239,7 @@ dockmate --version
239239| ` r ` | Restart container |
240240| ` l ` | View logs |
241241| ` e ` | Open interactive shell |
242+ | ` c ` | Compose view |
242243| ` d ` | Remove container |
243244| ` q ` or ` Ctrl+C ` | Quit |
244245
@@ -283,7 +284,7 @@ DockMate aims to be:
283284
284285## Roadmap
285286
286- - [ ] Docker Compose integration
287+ - [x ] Docker Compose integration
287288- [ ] Container search / filter
288289- [ ] Resource monitoring alerts & notifications
289290- [ ] Image management
You can’t perform that action at this time.
0 commit comments