Sign inSign up

eslam/pen

By eslam

Updated about 8 years ago

A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.

Image
0

2.4K

eslam/pen repository overview

Pen

A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.

Build Docker image
docker build -t pen:latest .
Run a container examples
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.

Tag summary

Content type

Image

Digest

sha256:ff9a7b36c

Size

122.7 MB

Last updated

about 8 years ago

docker pull eslam/pen