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: [email protected]
