Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T17:43:17.000Z (over 7 years ago)
- Last Synced: 2024-10-11T03:21:55.234Z (27 days 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
[![Build Status](https://travis-ci.org/fedelemantuano/apache-tika-server-dockerfile.svg?branch=master)](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
```