Serves a blank HTML page with a given background color
747
Super simple NodeJS app which serves a blank HTML page with a given background color. This can be useful for quickly testing things like Docker/Kubernetes setups, load balancing, proxy configs etc.
The following environment variables can be set:
# node app.js [html-color] e.g.
node app.js blue
# docker run -ti -p [host_port]:[container_port] antonosmond/color:latest [html-color] e.g.
docker run -ti -p 8080:8080 antonosmond/color:latest blue
Content type
Image
Digest
Size
23.2 MB
Last updated
about 8 years ago
docker pull antonosmond/color