4 lines
200 B
Bash
Executable File
4 lines
200 B
Bash
Executable File
#!/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
|