【发布时间】:2021-10-14 09:43:35
【问题描述】:
我按照说明初始化微风环境:https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#setting-up-breeze
好像图像已构建但无法启动。我的环境有问题吗?
docker 20.10.9 的好版本。 Python版本:3.8
后端:mysql
无需重建映像:重要文件均未更改
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.
【问题讨论】:
-
您尝试挂载的入口点文件似乎有问题。
ls -l /mnt/c/Users/binglilun/source/repos/doowhtron/airflow/scripts/in_container/entrypoint_ci.sh有什么用?
标签: docker docker-compose airflow breeze