Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 290 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 290 Bytes

Is Odd Docker Service

Useful service for determining odd numbers.

How To Use

$ docker build -t is-odd .
$ docker run -p 49160:8080 -d is-odd
$ curl http://0.0.0.0:49160/?number=44

Result

{
    "result": false
}

Error

{
    "error": "Error"
}