Pushing images to docker registry using docker-client api
问题 While exploring docker-client api (java) what certificates are exactly required for setting up connection to the docker daemon running on a vm. The code which I found online : { // Create a client based on DOCKER_HOST and DOCKER_CERT_PATH env vars final DockerClient docker = DefaultDockerClient.fromEnv().build(); // Pull an image docker.pull("busybox"); } The link to above example is available at : https://github.com/spotify/docker-client What I intend to do is access docker-daemon running on