A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.
2.4K
A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.
docker build -t pen:latest .
docker run -d --name MyLB -e UDP_PORT=5050 -e UDP_BACKENDS='1.2.3.4 1.1.1.1'
docker run -d --name MyLB -e TCP_PORT=8080 -e TCP_BACKENDS='1.2.3.4 1.1.1.1'
docker run -d --name MyLB -e TCP_PORT=8080 -e TCP_BACKENDS='1.2.3.4 1.1.1.1' -e UDP_PORT=5050 -e UDP_BACKENDS='1.2.3.4 1.1.1.1'
TODO: write a description.
Content type
Image
Digest
sha256:ff9a7b36c…
Size
122.7 MB
Last updated
about 8 years ago
docker pull eslam/pen