Sign inSign up

thtom/webappcolor

By thtom

Updated over 4 years ago

Multiarch image of kodekloudhub/webapp-color

Image
0

319

thtom/webappcolor repository overview

Web App Color image for aarch64, ARMv7 & amd64

Web App Color is a website with a colored background.

Usage

With this command, you can run the web page with a random color :

docker run --name webappcolor -d -p 8080:8080 thtom/webappcolor

Change background color

You can change background color with an environment variable :

APP_COLOR=[COLOR]

You have choice between : "red", "green", "blue", "blue2", "darkblue", "pink"

Example

For red background :

docker run --name webappcolor -d -p 8080:8080 -e APP_COLOR=red thtom/webappcolor

Sources : Github

Tag summary

Content type

Image

Digest

Size

19 MB

Last updated

over 4 years ago

docker pull thtom/webappcolor