Ensure you have setup Docker correctly
###Dockerizing
$ git clone https://github.com/kamikazechaser/pwrtelegram-docker.git
$ cd pwrtelegram-docker
$ sudo docker build -t pwrtelegram .
$ sudo docker run -it pwrtelegram /install.sh docker configure
###Note
Since there are no explicit instructions of how to exactly run the api post-install, modify the contents in the Dockerfile as commented.