You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 10:18:35 UTC

[GitHub] [airflow] uranusjr commented on issue #12537: Mounting directories using docker operator on airflow is not working

uranusjr commented on issue #12537:
URL: https://github.com/apache/airflow/issues/12537#issuecomment-839655584


   @bgsthiago Try removing the trailing slashes? Docker really does not like them sometimes, see https://stackoverflow.com/a/38585245/1376863
   
   As a meta-issue, maybe we should deprecate `volumes` altogether and migrate to the `mounts` API instead (i.e. [`docker --mount`](https://docs.docker.com/storage/bind-mounts/#choose-the--v-or---mount-flag)). It’s much easier for users to get those right than binds (`-v`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org