Skip to content

Docker nginx image which displays blue content, used to demo blue/green deployments

License

Notifications You must be signed in to change notification settings

axelpavageau/docker-nginx-blue_green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project builds 2 nginx images used to demonstrate blue/green deployments using containers.

The images available are :

  • axelpavageau/nginx-blue:latest
  • axelpavageau/nginx-green:latest

Each will display a simple HTML index with a background of the appropriate color, and will respond to curl with a JSON output :

docker run -d --name test-container axelpavageau/nginx-blue:test
docker exec test-container sh -c "curl localhost"
{ "color": "blue" }

About

Docker nginx image which displays blue content, used to demo blue/green deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published