GrecoTechnology / Bizbox

Bizbox project
GNU General Public License v3.0
1 stars 0 forks source link

Add bb status command #5

Open GrecoTechnology opened 1 year ago

GrecoTechnology commented 1 year ago

Describe the problem I would like the ability to show stats in a table format on installed containers across one or all installed domains with the following data:

Example commands: bb status domain.com

Or

bb status

Example Datasets This data could be used to help build the above commands docker ps -a --format "table {{.Names}}\t{{.Status}}\t{{.Image}}" | (read -r; printf "%s\n" "$REPLY"; sort -k 1 )