-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rsync proxy support #4
Comments
This was my test case I used before, which didnt yeild the results you had in yours: docker build --build-arg HTTP_PROXY=http://172.17.0.1:3128 --build-arg http_proxy=http://172.17.0.1:3128 --build-arg RSYNC_PROXY=http://172.17.0.1:3128 . |
Sry, i think there was an missunterstanding. I said "start container" (your "old" container with pretty old defintions) Maybe RSYNC_PROXY=172.17.0.1:3128 would do the trick because it should be used without protocol |
Download via RSYNC was less than 10 Minutes for me and now there is a sqlite command running with 100% CPU ;) |
Most of the time the build was waiting for IO 420b83feecb8 3 minutes ago /bin/sh -c #(nop) EXPOSE 443/tcp 0 B |
OK gotcha, so mostly this is just a documentation update right, it sounds like the variable passes through to the sync scripts right? If so could you take the first stab at it and send a PR? |
No description provided.
The text was updated successfully, but these errors were encountered: