Deploying a Selenium grid on Docker Swarm
Objective: To be able to run more than 10 browsers and using multiple machines(Server1,2). Docker Swarm requires few ports to be open for it to work. These are : – -TCP port 2377. This port is used for communication between the nodes of a Docker …