about summary refs log tree commit diff
path: root/README.md
blob: 9308246b41f12fd9c3b44da1f09128b5a3a029ba (plain)
1
2
3
4
5
6
7
8
9
10
11
# circus-scoreboard

Scoreboard displaying the rankings of all companions in the swarm

## Function

This container displays a scoreboard ranking the individual companion
containers. The container should simply get a list of all running containers
using the docker socket (this is just an idea) and access a stats endpoint. The
stats endpoint optimally exposes the name of the user the companion container
belongs to and the amount of points the user has.