Hi @demyan ! Sorry you’re running into this. A few things:
Are you running Docker Desktop on Windows? If you go to Preferences > Docker Engine, you should still be able to configure that file.
If that doesn’t work, try running DOCKER_BUILDKIT=0 astro dev start or set that as an env in your Dockerfile. I’m not running on Windows myself, but that may do the trick.
If you’re still seeing errors, can you specify the following:
Are you seeing this exact buildkit error, or something else?
Version of the Astro CLI
How exactly are you running the Astro CLI on Windows? WSL2? We have a doc with more info here.