mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
15 lines
306 B
Markdown
15 lines
306 B
Markdown
ggr
|
|
===
|
|
|
|
Go Grid Router (aka [Ggr][1]) is a lightweight active load balancer used to
|
|
create scalable and highly-available Selenium clusters.
|
|
|
|
```bash
|
|
$ curl -X POST http://localhost:4444/wd/hub
|
|
$ curl http://localhost:4444/ping
|
|
$ curl http://localhost:4444/quota
|
|
```
|
|
|
|
[1]: https://github.com/aerokube/ggr
|
|
|