Skip to content

Instantly share code, notes, and snippets.

@ddavison
Created February 20, 2017 20:11
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 ddavison/7665c60d08c4cb1384a6437214dc2f97 to your computer and use it in GitHub Desktop.
Save ddavison/7665c60d08c4cb1384a6437214dc2f97 to your computer and use it in GitHub Desktop.
Quick Start Docker
---
hub:
image: selenium/hub
ports:
- 4444:4444
chrome:
image: selenium/node-chrome
links:
- hub
firefox:
image: selenium/node-firefox
links:
- hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment