Skip to content

cuzz22000/nginx-bg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nignx-bg

Nignx Docker container for demonstrating blue/green and rolling reployments.

A static web page which loops a simple JSON request returning a context of either blue or green. The imbedded javascript continuously requests the backend document there is no need to refresh the webpage to demonstrate state changes.

Build and Run Container

$> docker build -t nginx-bg .
...
$> docker run -p 8000:80 nginx-bg
...

Docker Hub

The "latest" tag is the same as blue. And the "green" tag is well... green!

Docker Repo : cuzz22000/nginx-bg/

$> docker run -p 8000:80 cuzz22000/nginx-bg:latest

About

Simple Nginx Docker image for demonstrating blue/green deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors