First time here? Check out the FAQ!
![]() | 1 | initial version |
If you are behind the proxy, then you have to set no_proxy environmental variable for your localhost and all the IPs acquire by you host. Like if ip is 192.168.10.10, then:
./unstack.sh
export no_proxy=127.0.0.1,192.168.10.10
./stack.sh
Hope this will help!!