Skip to content

kubeskills/web-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Request Container

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.

Supported tags and respective Dockerfile links

For more information about this image and its history, please see the relevant manifest file in the kubeskills/web-request GitHub repo.

What is ?

web-request is a simple web to show the source and destination IP addresses of the received requests information, written in python.

How to use this image?

The docker image is auto built at https://registry.hub.docker.com/u/kubeskills/web-request/.

In Dockerfile

FROM kubeskills/web-request:latest

Local Run

$ docker run --rm -it -p 80:80 kubeskills/webrequest:latest

Which image is based on?

The image is based on python:2.7

What has been changed?

Add the index.py code.

About

Container to show source and destination IP addresses

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors