Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 282 Bytes

Ping Container

Container image for testing purpose. Returns the client IP address and status message

Build and run the container

docker build -t ping .
docker run -p 8080:8080 ping

Response structure

{"IP":"172.31.0.1:55667","Status":"Success"}