a stupid nginx load balancer to be used with docker
Todo:
Not Production Ready, STUPID PIECE OF CODE
0.0.1.shit-release
nginx-lb uses a number of open source projects to work properly:
docker-nginx-lb is very easy to install and deploy in a Docker container.
By default, the Docker will expose port 80, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.
docker run --name nlb01 -d -p 80:80 --restart="always" trydock/docker-nginx-lb:latest
This will launch the 'docker-nginx-lb'. Verify the 'docker-nginx-lb' is online by navigating to your server address in your preferred browser.
GNU/GPL3
Debuggerboy a.k.a Anish.Asokan asokan(dot)anish(at)gmail(dot)com
Content type
Image
Digest
Size
23 MB
Last updated
over 8 years ago
docker pull trydock/docker-nginx-lb