Skip to content

Instantly share code, notes, and snippets.

@u1i
Created September 8, 2017 06:34
Show Gist options
  • Save u1i/9cc844b3f0ab9cdb41f6acbc6439a3c7 to your computer and use it in GitHub Desktop.
Save u1i/9cc844b3f0ab9cdb41f6acbc6439a3c7 to your computer and use it in GitHub Desktop.
selenium docker
hub:
image: selenium/hub
ports:
- "4444:4444"
firefox:
image: selenium/node-firefox
links:
- hub
log_driver: none
chrome:
image: selenium/node-chrome
links:
- hub
log_driver: none
# then type http://localhost:4444/grid/console in your browser to check the state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment