Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to the Docker daemon at unix:///run/user/86364/docker.sock. Is the docker daemon running? #82

Open
Tizzzzy opened this issue Aug 4, 2024 · 1 comment

Comments

@Tizzzzy
Copy link

Tizzzzy commented Aug 4, 2024

Hi, I am getting the following error when trying to run the docker file

(dong) [conda] [lh599@corfu:nlm-ingestor]$ docker pull ghcr.io/nlmatics/nlm-ingestor:latest
Cannot connect to the Docker daemon at unix:///run/user/86364/docker.sock. Is the docker daemon running?

Environment:

I followed every instruction in the README:
python: 3.10.12
I first cloned this repo, and run this command java -jar <path_to_nlm_ingestor>/jars/tika-server-standard-nlm-modified-2.9.2_v2.jar, and it run successfully.
Then I installed nlm-ingestor using pip install nlm-ingestor.
Then I run the ingestor using python -m nlm_ingestor.ingestion_daemon.

Then I run this command when tika server and ingestor are both running: docker pull ghcr.io/nlmatics/nlm-ingestor:latest, and it gives me the above error.

@shubhampatwa
Copy link

shubhampatwa commented Aug 15, 2024

@Tizzzzy You don't need docker to start if both server are already started seperately.

Cannot connect to the Docker daemon at unix:///run/user/86364/docker.sock. Is the docker daemon running?

check whether docker is working or not in your local system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants