Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages