airbytehq / airbytehq/PyAirbyte

Can't use docker container (source or destination) if docker engine is not on the same host as PyAirbyte (Docker in Docker)

未关闭
#645 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
344
派生
77
平均合并
1 天 11 小时
30 天内合并 PR
35

描述

Temporary config or catalog files are not accessible from the container because the paths to access them differ between the PyAirbyte and Docker hosts.
Providing the `AIRBYTE_TEMP_DIR` variable alone does not resolve this issue.

The only way to do it is to map the same /tmp directory of both hosts, which is far from ideal.

I propose this PR #644 to address this issue.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。