# Clone the repo
$ git clone github.com/techcoil/nc-request-catcher.git
# Build the image
$ docker build -t nc-request-catcher .
$ docker run -p 3000:3000 nc-request-catcher
$ curl -XPOST -d "Some data" -H "Content-type: text/plain" http://localhost:3000/demo/example