I have my Docker desktop running and when I do build solution or run .Net docker( run -it mcr.microsoft.com/dotnet/framework/sdk:4.8) , I am getting below error.
hcsshim::ExpandScratchSize failed in Win32: The system cannot find the file specified. (0x2)
I have tried below items so far but no luck
- Adding storage to docker daemon config - “storage-opts”: [ “size=20G”]
- Do system and image prune
- Uninstall and re-install docker desktop
Any help would be appreciated