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

[BUG] this error may indicate that the docker daemon is not running #10223

Closed
daniloopinheiro opened this issue Feb 1, 2023 · 9 comments
Closed

Comments

@daniloopinheiro
Copy link

Description

docker compose ps
error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json?filters=%7B%2
2label%22%3A%7B%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Dbackend%22%3Atrue%7D%7D": open //./pipe/ docker_engine: The system does not
o can find the specified file.

Steps To Reproduce

No response

Compose Version

No response

Docker Environment

No response

Anything else?

No response

@glours
Copy link
Contributor

glours commented Feb 1, 2023

Hello @daniloopinheiro

Can you check that your Docker engine is running :docker ps? If you get the same kind of error, check if Docker Desktop (on Mac and Windows) or docker service is running (Linux)

@sureshsgith
Copy link

Hello @daniloopinheiro

This error message suggests that the Docker daemon is not running, which is required for Docker Compose to work. To resolve the issue, start the Docker daemon and try running the ' docker-compose ps ' command again. If the issue persists, ensure that the Docker service is properly installed and configured on your system.

Suresh

@dopme-io
Copy link

dopme-io commented Feb 2, 2023

Hey guys, I already noticed the error that was occurring, some files were missing characters:

WhatsApp Image 2023-02-01 at 10 26 01 PM
WhatsApp Image 2023-02-01 at 10 26 30 PM
WhatsApp Image 2023-02-01 at 10 27 14 PM
WhatsApp Image 2023-02-01 at 10 27 45 PM

@carlosgabrielmf
Copy link

if you OS is linux, you can try with: download de debian package in your pc, and install like: sudo apt-get install ./<name the file.deb> i hope resolve you problem.

@Flexibilit
Copy link

Good morning, I am having an issue with my wsl, what can i do?

@akhilender-bongirwar
Copy link

Hey @Flexibilit,
It seems like you've recently installed Docker Desktop and attempted to run a docker . If that's the case, you can resolve the error by following these steps:

  • Sign up for Docker Desktop.
  • After signing up, refresh your environment.
  • Retry the command that previously resulted in an error.

This approach has been effective for me in resolving similar issues.

@LeMatur
Copy link

LeMatur commented Sep 20, 2023

Description

docker compose ps error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json?filters=%7B%2 2label%22%3A%7B%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Dbackend%22%3Atrue%7D%7D": open //./pipe/ docker_engine: The system does not o can find the specified file.

Steps To Reproduce

No response

Compose Version

No response

Docker Environment

No response

Anything else?

No response

Hey @daniloopinheiro ,

If you just installed Docker, make sure you open the Docker installed app, agree to the terms and condition first, then login to your account before you try to use it.

It just worked for me

@Tarikul-Islam-Shykat
Copy link

i turned the docker desktop on. Then ran the command to start the appwrite and it worked then. If it helps, try.

@ranafaraz
Copy link

i reinstall the wsl and the error is resolved (for windows platform)

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

No branches or pull requests

9 participants