Hello for all, i try an local build and I got this error:
Server Error: {"error":"exec: \"docker\": executable file not found in %PATH%"}
The command this was:
build --platform esp8266 --local --libs-dir /libs
I am using Windows 10 64x.
The file build.log is in attachment.
Comments
Do you have docker installed?
If not, install it https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install
Yeah, for
--local
builds docker is required.Thank you for your help, but I have another problem now. haha
The problem can be seen in the new log file in attachment.
This doesn't seem related to mos, it's a problem of your docker installation. Does
docker run hello-world
work for you?I know it's not on your side, but Docker does not work at all, I've tried several methods I found in searches.
I always get this error:
Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeClient.cs:line 36
at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 95
at Docker.Actions.<>c__DisplayClass18_0.b__0() in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 81
at Docker.WPF.TaskQueue.<>c__DisplayClass19_0.<.ctor>b__1() in C:\gopath\src\github.com\docker\pinata\win\src\Docker.WPF\TaskQueue.cs:line 59
The file log.txt is in attachment.