ThoughtWorks build-your-own-radar Docker image.
327
build-your-own-radar is a tool that generates an interactive radar, inspired by thoughtworks.com/radar.
build-your-own-radar is a static website that uses data from Google Sheets. This image serves the static website content through nginx.
$ docker pull arunvelsriram/byor
$ docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" arunvelsriram/byor
$ open http://localhost:8080
The environment variable SERVER_NAMES is used to pass the valid domain names to nginx. For example, if you want to serve through your domains example-radar.com and www.example-radar.com then use:
SERVER_NAMES="example-radar.com www.example-radar.com"
For now there are no image versions. Only the latest version is available through this repository.
Content type
Image
Digest
Size
42.8 MB
Last updated
almost 9 years ago
docker pull arunvelsriram/byor