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/07/12 21:36:54 UTC

[GitHub] [airflow] akki commented on issue #16806: Error mounting /tmp/airflowtmp... with remote docker

akki commented on issue #16806:
URL: https://github.com/apache/airflow/issues/16806#issuecomment-878614265


   I don't have a complete proof for this yet (I might have to look into Docker's code for that), but from the docs (and the error message), it seems that we might be using the wrong `type`.
   
   Is it possible for anyone here to change [this line](https://github.com/uranusjr/airflow/blob/62faed96e807968d06bf0b46f7ad24428ab13797/airflow/providers/docker/operators/docker.py#L236) to `tmp_mount = Mount(self.tmp_dir, host_tmp_dir, "volume")` and see if that fixes the issue?
   
   More details in this comment - https://github.com/apache/airflow/pull/16932#discussion_r668269023


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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