https://github.com/fedelemantuano/apache-tika-server-dockerfile
A dockerized image of Apache Tika Server - https://tika.apache.org/
https://github.com/fedelemantuano/apache-tika-server-dockerfile
apache dockerfile tika-server
Last synced: 4 months ago
JSON representation
A dockerized image of Apache Tika Server - https://tika.apache.org/
- Host: GitHub
- URL: https://github.com/fedelemantuano/apache-tika-server-dockerfile
- Owner: fedelemantuano
- License: apache-2.0
- Created: 2016-08-10T11:33:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T17:43:17.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T16:27:38.823Z (9 months ago)
- Topics: apache, dockerfile, tika-server
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/fedelemantuano/apache-tika-server-dockerfile)
# apache-tika-server-dockerfile
**apache-tika-server-dockerfile** is a dockerfile to build [fmantuano/apache-tika-server](https://hub.docker.com/r/fmantuano/apache-tika-server/) Docker image.
To use it, create a new instance as usual:
```
$ sudo docker run --name apache-tika-server -d -p 9998:9998 fmantuano/apache-tika-server
```
Once the docker instance is created, you can control it by running:
```
$ sudo docker start apache-tika-server
$ sudo docker stop apache-tika-server
```
To exec an interactive shell:
```
$ sudo docker exec -ti apache-tika-server /bin/bash
```