Hi there !
I just followed the complete guide on https://www.balena.io/open/docs/getting-started . I flashed an SD card and booted my RaspPi 3b+ .
Now running $ balena devices actually shows me my device which is kinda cool.
Next I tried to deploy the sample project “sense-snake” with $balena deploy … but it says:
[Debug] Parsing input…
Docker seems to be unavailable. Is it installed and running?
Now, in the guide above it didn’t mention I need to install docker on my local machine, just the balena-cli. I am running balena-cli on Windows 10. Probably I just need to install docker but … is there a special version I need ? Any setup required for docker so it gets recognized by balena-cli ?
Thanks for any advice !
Update
I installed Docker for Windows. $ docker --version is giving me Docker version 18.09.2, build 6247962. However, when trying to deploy it is still asking for Docker and its unavailability …
Update
Turned out that Docker was installed but not actually running. First need to enable Virtualization Feature in my BIOS settings, after that Docker had no trouble to get running. However, $ balena deploy … still reports “Docker seems to be unavailable” … Any ideas ?