Skip to content
#

testify

Here are 26 public repositories matching this topic...

saden1
saden1 commented Dec 4, 2018

Currently we HTTP communication is used. This is not ideal and requires extensive configuration. Try using unix socket for communicating with docker.

// Create a client based on DOCKER_HOST and DOCKER_CERT_PATH env vars
final DockerClient docker = DefaultDockerClient.builder().uri("unix:///var/run/docker.sock")
                .build();

// Pull an image
 docker.pull("busybox", ne

Improve this page

Add a description, image, and links to the testify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testify topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.