X Tutup
Skip to content

Add DockerClientConfigBuilder as parameter for getInstance method. #71

@lordofthejars

Description

@lordofthejars

Using current approach for configuring Docker you can end up to an expression like:

DockerClient dockerClient = DockerClientBuilder.getInstance(configBuilder.build()).build();

To avoid this "double call to build method together", you can add a new getInstance method which takes DockerClientConfigBuilder as parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup