docker run -d --rm -p 8080:8080 infwonder/optract-restful:latest
curl localhost:8080/articles
curl localhost:8080/articles/cache
curl localhost:8080/article/aid
curl localhost:8080/status
curl localhost:8080/tx/address/vote -X POST -H "Content-Type: application/json" -d '{"test": "txdata"}'