Astro dev start Error buildkit not supported by daemon

After running astro dev start i got the error :

"
Env file “.env” found. Loading…
buildkit not supported by daemon
Error: command 'docker build -t the-easy-and-fast-way-to-run-apache-airflow-in-production_1d3c44/airflow:latest failed: failed to execute cmd: exit status 1
"

I’m on windows 10, Docker Desktop enabled with WSL2.
Astro CLI Version: 0.25.1, Git Commit: ab3af105f967105fa23e6c317c474612803b21e2
Astro Server Version: 0.25.4

and Docker engine config :
“experimental”: false,
“features”: {
“buildkit”: true
},

If someone may help me ^^’

Set "buildkit" to false and restart Docker.

Thank you very much Blanco :slight_smile:

1 Like