Skip to content

WassimKallel/nginx-load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nginx-load-balancer

This is a docker image for easy nginx load balancing applications.

Build the image

  1. Clone the repository.
  2. Navigate to it.
  3. Start building the image using the command:
docker build -t nginx-load-balancer .

Now you should be able to use the load balancer.

Usage:

You can run a docker container using this command:

docker run -d -p 8080:80 nginx-load-balancer host_1 host_2 host_3 etc

Notice: You should specify at least one host, and also all hosts should be reachable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages