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

DockerFile for airbyte-local-cli #61

Open
Rahulborserb opened this issue Nov 4, 2022 · 2 comments
Open

DockerFile for airbyte-local-cli #61

Rahulborserb opened this issue Nov 4, 2022 · 2 comments

Comments

@Rahulborserb
Copy link

Hi Team,

I am trying to build image for airbyte-local-cli so that I can validate connection. Since I am new to docker can someone please help me what should be the content in Dockerfile to create image for airbyte-local-cli. I want to run below commands.

./airbyte-local.sh
--src 'farosai/airbyte-customer-io-source'
--src.app_api_key ''
--src.cutoff_days 90
--src-only
--check-connection

Please help me out how can I run this command and how to do docker setup for airbyte-local-cli.

@Rahulborserb
Copy link
Author

@willmarks @cjwooo @tovbinm can someone please help me out with this.

@tovbinm
Copy link
Contributor

tovbinm commented Nov 7, 2022

Its not clear how to do it because the airbyte-local-cli requires access to Docker host and it spools up source and destination Docker containers by itself. (https://stackoverflow.com/questions/27879713/is-it-ok-to-run-docker-from-inside-docker)

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

2 participants