Hi
I have successfully deployed photon OVA templated on vSphere 5.5 setup, when I am trying to install docker using the command "docker run -d -p 80:80 vmwarecna/nginx
" its says unable to reach internet. Since my setup is behind a proxy server, I have tried to set proxy in a traditional linux method, however I am still not able to reach internet.
Can you help me to find a way to set proxy ?
SO far I have tried to setup proxy by running below commands.
#export http_proxy=http://foo:bar@server-ip:port/
#export
https_proxy=http://foo:bar@server-ip:port/
I am using below link to install docker.
https://github.com/vmware/photon/wiki/Running-Project-Photon-on-vSphere