Unable to connect internet inside the docker containers in MAC machine

2/20/2019

I am trying to run tests inside the containers (selenium nodes). I used kubernetes to orchestrate the containers.

enter image description here

enter image description here

Tried updating the Docker subnet too

enter image description here

Note: Restarting docker didn't help

-- Prashanth Sams
docker
kubernetes
minikube
zalenium

2 Answers

2/20/2019

Everything worked well after I uninstall, reinstall, delete and start minikube

probably the newer version had some fix; but am not sure why it wasn't working before

brew cask uninstall minikube
brew cask install minikube

minikube delete
minikube start
-- Prashanth Sams
Source: StackOverflow

2/20/2019

Check if firewall is enabled. if so, stop and disable the firewall

-- P Ekambaram
Source: StackOverflow