Skip to content

Commit

Permalink
Merge pull request #147 from jodumont/patch-3
Browse files Browse the repository at this point in the history
add libre stats
  • Loading branch information
pierreozoux committed Mar 29, 2017
2 parents 212f1b9 + dd7006d commit 5185830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/libre
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ case "$1" in
fi;;
provision)
provision ${@:2};;
stats)
docker stats $(docker ps|grep -v "NAMES"|awk '{ print $NF }'|tr "\n" " ");;
*)
echo "Usage:"
echo " - start|status|enable|disable|restart|stop: command sent to systemctl."
echo " - ps|exec|logs: command sent to docker compose."
echo " - update: to update the current folder."
echo " - stats: show docker stats with names."
esac

0 comments on commit 5185830

Please sign in to comment.