Skip to content

Instantly share code, notes, and snippets.

@upgundecha
Created April 9, 2016 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upgundecha/b6a78049578deab6dc6a02c9fe78f2a8 to your computer and use it in GitHub Desktop.
Save upgundecha/b6a78049578deab6dc6a02c9fe78f2a8 to your computer and use it in GitHub Desktop.
Minimal Docker Selenium Grid Setup with Firefox and Chrome
hub:
image: selenium/hub:2.52.0
expose:
- 4444
ports:
- 4444:4444
node-firefox:
image: selenium/node-firefox:2.52.0
links:
- hub
node-chrome:
image: selenium/node-chrome:2.52.0
links:
- hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment