Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated docker image guide to official image

...

Using prebuilt Docker image

There is an unofficial image for Tika that has been available for yearsOfficial image for Tika can be found at DockerHub.  You can download and start it with:

No Format
javadocker -jarrun tika-server-x.x.jar --host=intranet.local --port=12345 

With --rm option it will be deleted as soon as container stopped. Dockerfile can be found at Github.

-d -p 9998:9998 apache/tika:<version>

Full set of documentation can be found at GithubThere is also an in-progress effort to publish an official Tika Docker image.  That code can be found at https://github.com/apache/tika-docker and will eventually replace the version produced by LogicalSpark.

Running Tika Server as Unix Service

...