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)
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 344
- Fork
- 77
- Merge trung bình
- 1 ngày 11 giờ
- Pull request đã merge (30 ngày)
- 35
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.