shihsyun / simpleLB

Demo how to use docker + nginx to do load blancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Docker + nginx Load balancing Example

How to use :

  • To launch the APP, just open a terminal, go inside the unzipped folder, at the same level with docker-compose.yml, and execute : docker-compose up
  • This will spin up the dockerised architecture. After that, you need to open a browser and tape : http://localhost:8080
  • To quit, you can just CTRL + C in the terminal and it will stop the application and destroy the created containers.

About

Demo how to use docker + nginx to do load blancer

License:MIT License


Languages

Language:JavaScript 62.4%Language:Dockerfile 37.6%