Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created July 21, 2020 06:52
Show Gist options
  • Save seleniumgists/61e040b4dfb549f7598c6522c418df7e to your computer and use it in GitHub Desktop.
Save seleniumgists/61e040b4dfb549f7598c6522c418df7e to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
$ docker network create grid
$ docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-6-20200720
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:4.0.0-alpha-6-20200720
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:4.0.0-alpha-6-20200720
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment