Hi everyone,
I’m wondering if it is possible to see the full specification for the host machines used for the remote Docker engine?
We recently started to see failing builds and my suspicion is that this is being caused by the fact the remote Docker engine host specification has changed. I’m basing my suspicion particularly on the change in DOCKER_HOST
parameter, which used to have format tcp://<IP>:2376
but now has format tcp://<EC2 instance address>.compute-1.amazonaws.com:2376
.
Thanks you!