Hi
Please refer this documentation
https://github.com/mendix/docker-mendix-buildpack
you need to run dockerbuild from the mxbuild mendix folder, and point your project folder from there
As per the error screenshot, this doesnt look an issue in the mendix side at all.
You can do the below checks to ensure your prerequisites are working well.
1. Check if Docker Desktop is running. If not Launch it and may be do some basic checks like check the images section, container section etc. Just to make sure Docker Desktop client up properly
2. Try the command that failed earlier for you. Now it should work. If not, next step
3. See if you can launch Docker Desktop in elevated mode.(with Admin priviledges)
With Powershell:
Open Powershell as administrator
Launch command: & 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon
OR, with cmd:
Open cmd as administrator
Launch command: "C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon
In the above i am assuming your Docker Desktop client is installed in the "C:\Program Files" folder
Hi , Damiano Purin
Please check docker hub desktop is running (administrator access to the app) if you are using in windows or in linux add docker to your sudo user group this will resolve the docker daemon error.