Hello.
When #267 was merged running docker inside docker works fine :) This feature is very useful for CI pipelines when Jenkins slave executes in Docker container, for example.
But build servers may have partial Internet connectivity - to the local Docker registry only (just like in my case). So despite of wonderful docker-in-docker support build fails nevertheless on DockerClientFactory.instance().client() invoke.
Can we get rid of this builtin image dependency or make it customizable at least? For example, pass image name to DockerClientFactory through environment variable?