Absolutely newer in docker, I just downloaded and installed the boot2docker for windows, set the proxy (and NO_PROXY) settings in my /var/lib/boot2docker/profile file once the vm is loaded, and restarted the VM.
The problem is I am getting a forbidden error when trying to search for / pull an image:
docker@boot2docker:~$ docker search ubuntu
FATA[0000] Error response from daemon: Get https://index.docker.io/v1/search?q=ubuntu: Forbidden
Another sample:
docker@boot2docker:~$ docker pull hello-world
Pulling repository hello-world
FATA[0000] Get https://index.docker.io/v1/repositories/library/hello-world/images: Forbidden
Any clue?