Hi,
We are trying to use docker at our work.
Os version is ubuntu 12.04 Lts
Docker version 1.3
When I try to use Docker pull it gives me error proxy authentication required.
To fix this issue I searched in many forums and tried all the solutions found,
I have updated apt.conf file with proxy information like http_proxy="http://user:password@proxyaddress:port".
I have updated resolv.conf file same information http_proxy="http://user:password@proxyaddress:port".
then I found docker file in /etc/default/docker so I updated that as well http_proxy="http://user:password@proxyaddress:port".
No luck:(
Are there any other settings I need to do in order to get it work.
Regards,
Vivek