Reputation: 23
I followed the instructions to initialize breeze environment: https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#setting-up-breeze
Seems like the image is built but failed to start.Something wrong with my environment?
Good version of docker 20.10.9. Python version: 3.8
Backend: mysql
No need to rebuild the image: none of the important files changed
Use CI image.
Branch name: main
Docker image: ghcr.io/apache/airflow/main/ci/python3.8
Airflow source version: 2.3.0.dev0
Python version: 3.8
Backend: mysql 5.7
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/mnt/c/Users/binglilun/source/repos/doowhtron/airflow/scripts/in_container/entrypoint_ci.sh" to rootfs at "/entrypoint" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
Upvotes: 0
Views: 383
Reputation: 23
The problem is fixed. Key things for running breeze on my wsl environment are:
And breeze works for me now.
Upvotes: 1