Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 314 Bytes

File metadata and controls

13 lines (7 loc) · 314 Bytes

selenium_docker_grid

Docker setup from terminal CLI:

docker run -d -P --name selenium-hub selenium/hub

docker run -d -P --link selenium-hub:hub selenium/node-chrome-debug

docker run -d -P --link selenium-hub:hub selenium/node-firefox-debug

Docker setup from yaml file:

docker-compose up in the main folder