vaites / php-apache-tika

Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats
MIT License
114 stars 22 forks source link

Consider adding Dockerfile for development environment #20

Closed peter279k closed 5 years ago

peter279k commented 5 years ago

To make developers easy to build this package development environment, I think we can consdier adding this Dockerfile to resolve this issue.

vaites commented 5 years ago

I don't understand how do you want to use Docker here. Can you explain, please?. Do you want a container where test against without installing Java in your device?

peter279k commented 5 years ago

I don't understand how do you want to use Docker here. Can you explain, please?. Do you want a container where test against without installing Java in your device?

That's right. To make developers easy to setup the container with Apache Tika environment.

vaites commented 5 years ago

If you want only Apache Tika, there are containers like this: https://github.com/LogicalSpark/docker-tikaserver

Is what you need?

peter279k commented 5 years ago

@vaites, thanks for your this Docker container reference.

I will check that and close this issue :).