Tim Allison created TIKA-3862:
---------------------------------

             Summary: Update tika docker readme to bind to localhost
                 Key: TIKA-3862
                 URL: https://issues.apache.org/jira/browse/TIKA-3862
             Project: Tika
          Issue Type: Task
          Components: docker
            Reporter: Tim Allison


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)

Reply via email to