4 lines
165 B
Bash
4 lines
165 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
gum style --foreground 212 --bold --border normal --align center --width 50 --margin "1 2" "💾 Docker Disk Usage"
|
||
|
docker system df | gum table
|