mirror of https://github.com/samply/bridgehead.git
Format docker status table
This commit is contained in:
parent
8a62743894
commit
2fb57980ee
|
@ -29,7 +29,7 @@ function hc_send(){
|
|||
fi
|
||||
|
||||
if [ -z "$UPTIME" ]; then
|
||||
UPTIME=$(docker ps --format '{{.Names}} {{.RunningFor}}' --filter name=bridgehead || echo "Unable to get docker statistics")
|
||||
UPTIME=$(docker ps --format 'table {{.Names}} \t{{.RunningFor}} \t {{.Status}} \t {{.Image}}' --filter name=bridgehead || echo "Unable to get docker statistics")
|
||||
fi
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
|
|
Loading…
Reference in New Issue