Sets up a container based on dockerfile/java
To run the container, do the following:
docker run -d -p 9998:9998 ministryofjustice/tika
See the [Apache Tika 1.6 Server documentation ](http://wiki.apache.org/tika/TikaJAXRS) for other uses and usage examples.
To build the image, invoke:
docker build github.com/ministryofjustice/tika
- Todd Tyree (tatyree@gmail.com)
- Inspired by Andreas Wålm's (andreas@walm.net) tika app repo/container