Multiarch image of kodekloudhub/webapp-color
319
Web App Color is a website with a colored background.
With this command, you can run the web page with a random color :
docker run --name webappcolor -d -p 8080:8080 thtom/webappcolor
You can change background color with an environment variable :
APP_COLOR=[COLOR]
You have choice between : "red", "green", "blue", "blue2", "darkblue", "pink"
For red background :
docker run --name webappcolor -d -p 8080:8080 -e APP_COLOR=red thtom/webappcolor
Sources : Github
Content type
Image
Digest
Size
19 MB
Last updated
over 4 years ago
docker pull thtom/webappcolor