Hi Airbyte team , I want to add <3PL centra>l conn...
# replication-troubleshooting
s
Hi Airbyte team , I want to add 3PL central connector but not able to find 1. Docker repository name 2. Docker image tag 3. Connector Documentation URL above fields on https://hub.docker.com/u/airbyte Is docker didn't provided it's service for 3PL central Can you please help me on this?
e
Hi. once you run a docker build command with -t you can give it a name with a tag for example: docker build . -t airbyte/some_name:0.1.0
So the name will be under airbyte/some_name the image tag is 0.1.0
s
ok thanks for the information !
1