Just an unpretentious Docker image to serve as demo app.
709
Just an unpretentious Docker image to serve as demo app. Originally built to make some CI/CD and GitOps tests, deploying the same app on multiple environments.
# Command to use it
docker run -d -p 8080:8080 tperelle/webserver-test:latest
# Specifying the current environment ENV=[dev|qa|prd]
docker run -d -p 8080:8080 -e ENV=qa tperelle/webserver-test:latest
The page prints current environment name to make check easier.
Content type
Image
Digest
sha256:88981e83a…
Size
416.2 MB
Last updated
almost 3 years ago
docker pull tperelle/webserver-test