Closed KineticCookie closed 6 years ago
Looks like docker-cli gets env variables and puts them as buildargs:
Hi, @kuzmind
PR #218 allows the manager to read ~/.docker/config.json
and forward proxy parameters to build containers.
To test it out, I suggest mounting your docker config to the /root/.docker/config.json
inside the manager container.
Now I am running through this tutorial exactly. I am getting
HTTP/1.1 200 OK
forcurl -I https://pypi.prg
andhttps://files.pythonhosted.org
. As I understand "runtime" is docker in docker container and it can't resolve proxy correctly. While standard docker build looks up for additional configs in~/.docker/config.json
file.Originally posted by @kuzmind in https://github.com/Hydrospheredata/hydro-serving/issues/216#issuecomment-435296261