Skip to content

Add container name for source/destination container launched by Airbyte worker #9584

Closed
@marcosmarxm

Description

@marcosmarxm

Tell us about the problem you're trying to solve

Today the worker launch containers using the command:

2022-01-18 22:49:20 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/27940/0 --network host --log-driver none airbyte/destination-snowflake:0.3.24 write --config destination_config.json --catalog destination_catalog.json

we can add the tag --name <docker-container-name>_<4-lenght-hash>
With the name would be very easy to identify the container I need to inspect.

One example where this can be useful:
image

Describe the solution you’d like

A clear and concise description of what you want to see happen, or the change you would like to see

Describe the alternative you’ve considered or used

A clear and concise description of any alternative solutions or features you've considered or are using today.

Additional context

Add any other context or screenshots about the feature request here.

Are you willing to submit a PR?

Remove this with your answer :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions