Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start service webserver: error while creating mount source path #60

Open
Roehrkard opened this issue Apr 16, 2022 · 1 comment
Open

Comments

@Roehrkard
Copy link

At first I had the no mysql module error and I followed the solutions listed in previous solutions

"webserver:
image: puckel/docker-airflow:1.10.9
build:
context: https://github.com/puckel/docker-airflow.git#1.10.9
dockerfile: Dockerfile
args:
AIRFLOW_DEPS: gcp_api,s3
PYTHON_DEPS: sqlalchemy==1.3.0 markupsafe==2.0.1 wtforms==2.2"

updating airflow,sqlaclehmy and the wtf, but now I am getting the following error for my webserver.
Are there any known solutions?

Starting airflow-tutorial_webserver_1 ... error

ERROR: for airflow-tutorial_webserver_1 Cannot start service webserver: error while creating mount source path '/run/desktop/mnt/host/c/Users/Roehr/Desktop/airflow-tutorial/examples/intro-example/dags': mkdir /run/desktop/mnt/host/c: file exists

ERROR: for webserver Cannot start service webserver: error while creating mount source path '/run/desktop/mnt/host/c/Users/Roehr/Desktop/airflow-tutorial/examples/intro-example/dags': mkdir /run/desktop/mnt/host/c: file exists
Encountered errors while bringing up the project.

@Roehrkard
Copy link
Author

This problem is solved if I uninstall and reinstall docker desktop and pip docker-compose, any idea why? seems like I have to do this everyday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant