Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 176 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 176 Bytes

pingpong

A simple docker app with ping API

Usage

docker run -d -p 8080:8080 sadtimus/pingpong:latest

Endpoints

  • /ping
    Response: {"message":"pong"}