Sign inSign up

lobuhi/showmyip

By lobuhi

Updated over 3 years ago

Webapp based on flask that shows the source IP, destination IP and the cointainer hostname.

Image
2

668

lobuhi/showmyip repository overview

Webapp based on flask that shows the source IP, destination IP and the cointainer hostname.

Usage:

docker run -p <LOCALPORT>:5000 lobuhi/showmyip 
#or detached mode
docker run -d -p <LOCALPORT>:5000 lobuhi/showmyip 

From outside the container:

curl http://<IP>:<LOCALPORT>

The output will be something like:

Source IP: x.x.x.x
Destination IP: x.x.x.x
Hostname: xxxxxxxxx

Tag summary

Content type

Image

Digest

sha256:4758de77c

Size

49.2 MB

Last updated

over 3 years ago

docker pull lobuhi/showmyip