A container that outputs the IP addresses of the source and destination. This is very useful for testing a loadbalancer in order to show real requests.
For more information about this image and its history, please see the relevant manifest file in the kubeskills/web-request GitHub repo.
web-request is a simple web to show the source and destination IP addresses of the received requests information, written in python.
The docker image is auto built at https://registry.hub.docker.com/u/kubeskills/web-request/.
FROM kubeskills/web-request:latest$ docker run --rm -it -p 80:80 kubeskills/webrequest:latestThe image is based on python:2.7
Add the index.py code.