-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Comments
Hello @daniloopinheiro Can you check that your Docker engine is running : |
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 |
if you OS is linux, you can try with: download de debian package in your pc, and install like: |
Good morning, I am having an issue with my wsl, what can i do? |
Hey @Flexibilit,
This approach has been effective for me in resolving similar issues. |
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 |
i turned the docker desktop on. Then ran the command to start the appwrite and it worked then. If it helps, try. |
i reinstall the wsl and the error is resolved (for windows platform) |
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
The text was updated successfully, but these errors were encountered: