/ping

Ping container for testing

Primary LanguageGoApache License 2.0Apache-2.0

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