Docker: 'Error encountered while requesting the server' on Mac OS
See original GitHub issueHi there!
I have a MacBook’15 and I wanted to install and use GROBID via docker.
So in terminal I’ve done
docker pull lfoppiano/grobid:0.5.4
docker run -t --rm --init -p 8080:8070 -p 8081:8071 lfoppiano/grobid:0.5.4
After that I went to http://localhost:8080/ --> TEI --> Process Header Document. I’ve tried to upload several different PDFs and every time I had this bug:
If I tried the same with your demo website http://cloud.science-miner.com/grobid/ - everything worked.
The docker logs I’ll attach below
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Known issues for Docker Desktop on Mac
You might encounter errors when using docker-compose up with Docker Desktop ( ValueError: Extra Data ). We've identified this is likely related to...
Read more >Docker & Postgres: Failed to bind tcp 0.0.0.0:5432 address ...
If lsof -i :5432 doesn't show you any output, you can use sudo ss -lptn 'sport = :5432' to see what process is...
Read more >Troubleshoot login to registry - Azure Container Registry
This article helps you troubleshoot problems you might encounter when logging into an Azure container registry.
Read more >Troubleshooting GitLab Runner
If you want to use Docker executor, and you are connecting to Docker Engine installed on server. You can see the Permission Denied...
Read more >Docker-OSX - Run Mac in a Docker container - Hakin9
If you see folders, then it worked. You can restart Docker, or just reboot if you want to be sure. Important notices: 2021-11-14...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll close when the documentation is updated 👍 and I need to fix the tiny issue (https://github.com/kermitt2/grobid/issues/416#issuecomment-479690530) and push a new image.
I’m pushing the docker version 0.5.4_1 (will be uploaded in like… 20 hours… 😅 )