Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nicob3y opened this issue Mar 29, 2025 · 0 comments

Comments

@nicob3y
Copy link

nicob3y commented Mar 29, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant