Resin cli cannot find Docker

Resin CLI returns error message: “Docker seems to be unavailable. Is it installed and running?” when running resin deploy. Docker runs fine on my machine. I am guessing that I need to provide a few parameters such as --dockerHost/ --dockerPort? If so, could anyone guide me on doing so on Windows 10?

I just ran into the same issue on Windows 10. docker run hello-world works just fine.

After guessing for a while, this ended up working:

resin preload .\resin-.img --app 11111 --splash-image .\resin-logo.png --dockerHost 0.0.0.0 --dockerPort 2375

Just posting this for reference, as the issue has resolved itself;