Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 239 Bytes

myip

Simple HTTP docker service that prints client ip

$ docker run -d -p 8000:8000 --name myip -t gadzorg/myip

$ curl $(hostname --all-ip-addresses | awk '{print $1}'):8000

https://hub.docker.com/r/gadzorg/myip/