Join Slack
Powered by
How to dockerize a custom connector for deployment...
# replication-troubleshooting
d
DR
09/09/2022, 9:12 AM
How to dockerize a custom connector for deployment into Airbyte
s
Sunny Hashmi (Airbyte)
09/09/2022, 1:41 PM
You need to run a docker build command from the connector module directory. Something like
docker build . -t airbyte/<connector-name>:<tag>
https://docs.airbyte.com/connector-development/tutorials/building-a-python-source
👍 1
d
DR
09/10/2022, 8:41 AM
Thanks,
@Sunny Hashmi (Airbyte)
10
Views
Open in Slack
Previous
Next