kirbah/blue-green

By kirbah

Updated 8 months ago

Simple Busybox http image that returns either blue or green static page

Image
Integration & Delivery
Web Servers
0

2.6K

Blue-Green Minimalist Web Server

A minimal Busybox httpd based web server with an either blue or green background color. The web server runs on port 8080 and serves a simple HTML page indicating the chosen color as the background.

Sources

https://github.com/kirbah/blue-green

Usage

To start a blue/green web server container:

docker run -d --name my-blue  -p 80:8080 docker.io/kirbah/blue-green:blue
docker run -d --name my-green -p 82:8080 docker.io/kirbah/blue-green:green

It is possible to check requests logs via

docker logs -f my-green

Docker Pull Command

docker pull kirbah/blue-green