Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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
```