Webapp based on flask that shows the source IP, destination IP and the cointainer hostname.
668
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
Content type
Image
Digest
sha256:4758de77c…
Size
49.2 MB
Last updated
over 3 years ago
docker pull lobuhi/showmyip