By default even if we are able to communicate to outside world from linux, the communication will not happen from docker.
Add the following to /etc/sysctl.conf:
net.ipv4.ip_forward=1
then restart the network service.
sudo service network restart
No comments:
Post a Comment