faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

DockerFile for airbyte-local-cli #61

Open Rahulborserb opened 1 year ago

Rahulborserb commented 1 year ago

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 commented 1 year ago

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

tovbinm commented 1 year ago

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)