https://linen.dev logo
Docker cannot find file specified on cargo shuttle...
# help
a
Hi, when I try to add the Shuttle provisioned db onto my project and run cargo shuttle run it gives me the error of:
Copy code
2022-11-30T09:30:44.101094Z ERROR cargo_shuttle::factory: got unexpected error while inspecting docker container: error trying to connect: The system cannot find the file specified. (os error 2)
Am I doing something wrong? Image provided of my code in case it's needed. I'm running Windows and I already have a provisioned db set up from deploying via CI to Shuttle. Presumably this is a Docker problem and not a Shuttle problem but I just wanted to confirm
k
Yeah, do you have Docker running? For local runs we use a local docker container on the users system
It will be automatically started and all that, but it needs docker on the system
a
I just loaded up docker desktop and tried again and it still comes up with the same issue
Nevermind, it works now. Looks like I just had to wait a second thanks again, this was a bit embarrassing
k
Nice! Don't worry about it, we've had quite a few people experience this, so it's on us to improve the docs/errors. Don't hesitate to reach out if there is anything else, it's very useful for us to know about what issues people encounter. Thanks!
a
No problem, happy to advise