ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Use kwargs_from_env utility for Docker APIClient creation #204

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Use the same internal utility that DockerClient.from_env() uses instead of specifying explicit unix path for docker.sock for the low level client construction.

Related to https://github.com/ros-tooling/cross_compile/issues/201

prajakta-gokhale commented 4 years ago

@darvg @dabonnie @jikawa-az please take a look.