This Dockerfile creates a container running pgrest.
docker image source is now avaliable on https://index.docker.io/u/chilijung/docker-pgrest/
you can pull the image by entering the following command
docker pull chilijung/docker-pgrest
if you want to build the docker from your localhost.
clone the repo and enter
sudo docker build .