You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Behind corporate firewall, I am trying "docker search" through the proxy server on a Windows 7 Docker Quickstart Terminal.
First set the proxy server details
export HTTP_PROXY="http://{REPLACE-WINDOWS-DOMAIN-NAME}{REPLACE-WINDOWS-USER-NAME}:{REPLACE-WINDOWS-PASSWORD}@{REPLACE-PROXY-SERVER}:{REPLACE-PROXY-PORT}/"
export HTTPS_PROXY="https://{REPLACE-WINDOWS-DOMAIN-NAME}{REPLACE-WINDOWS-USER-NAME}:{REPLACE-WINDOWS-PASSWORD}@{REPLACE-PROXY-SERVER}:{REPLACE-PROXY-PORT}/"
export NO_PROXY="192.168.99.100"