Running the load balancer

Changes to the examples

Commands

chmod +x script.sh
docker image build -t jfahrer/lb:latest .
docker container run --network mynet -p 80:80 jfahrer/lb:latest

Making it dynamic

It does not stop