-
Notifications
You must be signed in to change notification settings - Fork 5
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
Failing to launch (Docker Desktop for Windows) #8
Comments
The issue states that it is not able to connect to mongoDB, could you please send docker ps command output, to make sure that mongo DB works properly |
@Vadims06 no mongodb spawns, all I see in docker ps before it dies is
However, I ran your container on a linux host and it all worked fine - so perhaps it's just something screwy with Windows? |
I am seeing similar errors on a Ubuntu 22.4.04 system: emoore@dockboxerm1:~$ docker run vadims06/topolograph:latest During handling of the above exception, another exception occurred: Traceback (most recent call last): I'm fairly new to docker, so I may have missed something obvious. ERM |
Indeed, the same issue |
docker compose pull works for me. ERM |
I'm using the latest (4.32) Docker Desktop for Windows 10, using WSL2 as the VM backend.
Try to run the container (pulled from this repo this morning -2.39) and it fails to launch, log below.
Hopefully it's just me doing something silly.
The text was updated successfully, but these errors were encountered: