Based on debian:wheezy image to support Textract.
docker push sidhuko/textract
docker build -t sidhuko/textract .
We install the following packages within our image.
Currently not supporting drawingtotext.
Some helpful commands for maintaining docker containers and images.
List your docker images
Remove all containers from your system
Remove all images from your system but remember to remove containers before.