4 lines
200 B
Bash
4 lines
200 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
gum style --foreground 212 --bold --border normal --align center --width 50 --margin "1 2" "📊 Running Containers"
|
||
|
docker ps --format "table {{.Names}}\t{{.Status}}" | gum table
|