This commit is contained in:
RGJorge
2026-05-02 04:54:20 +00:00
parent 37a81952c6
commit 5225c1aeda
16 changed files with 465 additions and 144 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Flowteon
# ContainerFlow
Real-time Docker architecture visualizer. Displays services, connections and metrics from all your Docker Compose projects in an interactive dashboard.
@@ -10,8 +10,8 @@ Real-time Docker architecture visualizer. Displays services, connections and met
## Instalacion
```bash
git clone https://github.com/RGJorge/flowteon.git
cd flowteon
git clone https://github.com/RGJorge/containerflow.git
cd containerflow
bun install
```