Jackson Pavelka
07/23/2024, 8:11 PMGenerating your fleetd agent...
docker: error during connect: Head "<http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/_ping>": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
See 'docker run --help'.
Error: package root files: heat failed: exit status 127
Dale Ribeiro
07/23/2024, 9:15 PMJackson Pavelka
07/23/2024, 9:15 PMDale Ribeiro
07/23/2024, 9:17 PMDale Ribeiro
07/23/2024, 9:39 PMEnable-WindowsOptionalFeature -Online -FeatureName $("Microsoft-Hyper-V", "Containers") -All
After this, I got the Docker engine running but got a different error:
Generating your fleetd agent...
Unable to find image 'fleetdm/wix:latest' locally
latest: Pulling from fleetdm/wix
docker: image operating system "linux" cannot be used on this platform: operating system is not supported.
See 'docker run --help'.
Error: package root files: heat failed: exit status 125
So long story short, I think you should try creating the installer on your Mac instead of the Window VM and see if that works any better 🙂Dale Ribeiro
07/23/2024, 9:41 PM