1
0
2022-02-22 02:09:19 +01:00
2022-02-22 01:54:48 +01:00
2022-02-22 02:09:19 +01:00
2022-02-22 01:54:48 +01:00
2022-02-22 02:09:19 +01:00

Starting the project

Everything is packaged via Docker Compose. Just build the images and run them.

docker-compose build

docker-compose up -d

Usage

By default the load balancer is bound to the local machine's 8080 port. Sending a web request via any browser (or cURL) should return the id of the serving container.

curl http://127.0.0.1:8080/
Description
No description provided
Readme 29 KiB
Languages
Dockerfile 69.7%
Shell 30.3%