dockerfiles/ggr-ui
kev 7ad3cc178e fix ggr-ui 2019-11-11 23:45:28 +08:00
..
data fix ggr-ui 2019-11-11 23:45:28 +08:00
Dockerfile add ggr-ui 2019-11-11 23:42:43 +08:00
README.md add ggr-ui 2019-11-11 23:42:43 +08:00
docker-compose.yml add ggr-ui 2019-11-11 23:42:43 +08:00

ggr-ui

Ggr UI is a standalone daemon that automatically collects /status information from multiple Selenoid instances and returns it as a single /status API. When this daemon is running you can use Selenoid UI to see the state of the entire cluster.

$ docker-compose up -d
$ docker run --rm -it alpine sh
>>> apk update
>>> apk add bind-tools
>>> dig tasks.selenoid
$ curl http://127.0.0.1:8888/ping
$ curl http://127.0.0.1:8888/status