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

smuralee/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}

Releases

No releases published

Packages

No packages published