Skip to content

Instantly share code, notes, and snippets.

@kcyeu
Created November 26, 2014 08:03
Show Gist options
  • Save kcyeu/19bdbe24b46e3c9c1fab to your computer and use it in GitHub Desktop.
Save kcyeu/19bdbe24b46e3c9c1fab to your computer and use it in GitHub Desktop.
Use Fig to launch full function Selenium Grid2
hub:
image: selenium/hub
ports:
- "4444:4444"
chrome:
image: selenium/node-chrome
links:
- hub:hub
firefox:
image: selenium/node-firefox
links:
- hub:hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment