Created
February 20, 2017 20:11
-
-
Save ddavison/7665c60d08c4cb1384a6437214dc2f97 to your computer and use it in GitHub Desktop.
Quick Start Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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