dockle icon indicating copy to clipboard operation
dockle copied to clipboard

Support TCP for CircleCI

Open StephanMeijer opened this issue 5 years ago • 2 comments

Allocating a remote Docker Engine
Specified using docker layer caching, but build has not been whitelisted.
Contact CircleCI to be whitelisted

Assigned Docker Engine request id: 1234567
  provisioning: ......
Remote Docker engine created. Using VM 'default-UUID'
Created container accessible with:
  DOCKER_CERT_PATH=/tmp/docker-certs1234567
  DOCKER_HOST=tcp://<IP>:2376
  DOCKER_MACHINE_NAME=1234567
  DOCKER_TLS_VERIFY=1
  NO_PROXY=127.0.0.1,localhost,circleci-internal-outer-build-agent,<IP>:2376

Please, not only support UNIX sockets but do support TCP as well.

StephanMeijer avatar Jun 17 '19 09:06 StephanMeijer

+1

inductor avatar Jun 18 '19 00:06 inductor

Downloading image layers uses https://github.com/genuinetools/reg. I will check it.

tomoyamachi avatar Jun 20 '19 17:06 tomoyamachi