[
https://issues.apache.org/jira/browse/TIKA-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610114#comment-17610114
]
Tim Allison commented on TIKA-3862:
-----------------------------------
Fellow devs, will these changes automatically be propagated to DockerHub or do
we need to modify something else there? Thank you!
> 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)