Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 571 Bytes

node-firefox-debug

Docker container for creating a selenium node with Firefox, only for development.

usage

images

docker pull selenium/hub

docker pull wywincl/node-firefox-debug

run

docker run -d -p 4444:4444 --name selenium-hub selenium/hub
docker run -d -P -p 5901:5900 --name selenium-node-firefox --link selenium-hub:hub wywincl/node-firefox-debug