I can't seem to access the docker-tikaserver outside the host it is running on. I'm not sure if this is deliberate or not, but it was unexpected.
As per the README:
docker run -d -p 9998:9998 logicalspark/docker-tikaserver
Will start up fine and is reachable locally both through localhost:9998/tika and [public IP]:9998/tika.
[public IP]:9998/tika is not reachable from outside the host. Other docker images with similar starting parameters are.
Is there any documentation available that shows how to make the docker container accessible externally?
I can't seem to access the docker-tikaserver outside the host it is running on. I'm not sure if this is deliberate or not, but it was unexpected.
As per the README:
Will start up fine and is reachable locally both through localhost:9998/tika and [public IP]:9998/tika.
[public IP]:9998/tika is not reachable from outside the host. Other docker images with similar starting parameters are.
Is there any documentation available that shows how to make the docker container accessible externally?