feat: Docker TUI — aplicacion Bubble Tea para gestionar Docker

TUI fullscreen con 5 vistas: Containers (start/stop/restart/logs),
Images (list/remove), Volumes (list/remove), Networks (list/remove),
Compose (up/down/logs). Usa DevFactory (tui, shell, core). Navegacion
por tabs, filtrado en containers/images, scroll en logs.
Incluye operations.db con entities y relations del proyecto.
This commit is contained in:
2026-03-28 04:38:04 +01:00
parent 5b83b3f128
commit 3716c8fc6d
18 changed files with 1438 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
go 1.22.2
use (
.
/home/lucas/.local_agentes/backend
)