You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/10/21 20:06:00 UTC

[jira] [Commented] (TIKA-3862) Update tika docker readme to bind to localhost as default

    [ https://issues.apache.org/jira/browse/TIKA-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622466#comment-17622466 ] 

Tim Allison commented on TIKA-3862:
-----------------------------------

I just updated our DockerHub site with these changes now that I have access.

> Update tika docker readme to bind to localhost as default
> ---------------------------------------------------------
>
>                 Key: TIKA-3862
>                 URL: https://issues.apache.org/jira/browse/TIKA-3862
>             Project: Tika
>          Issue Type: Task
>          Components: docker
>            Reporter: Tim Allison
>            Priority: Major
>
> In our readme, we recommend starting docker like this:
> {color:#067d17}docker run -d -p 9998:9998 apache/tika:<tag>
> {color}
>  
> Docker rewrites iptables and will open that host to the internet.  I think we should recommend binding to local host UNLESS people are confident their tika-server is isolated from the internet:
> {color:#067d17}docker run -d -p 127.0.0.1:9998:9998 apache/tika:<tag>{color}
>  
> This still boggles my mind that docker does this.  Nevertheless, I just confirmed that this, er, worked on our regression server.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)