Skip to content

Instantly share code, notes, and snippets.

@wingyplus
Created June 22, 2017 08:33
Show Gist options
  • Save wingyplus/c004d133ba3ad8774b993b872a58a39d to your computer and use it in GitHub Desktop.
Save wingyplus/c004d133ba3ad8774b993b872a58a39d to your computer and use it in GitHub Desktop.
#!/bin/sh
docker run -d -p 4444:4444 --name selenium-hub selenium/hub:3.4.0-dysprosium
docker run -d --link selenium-hub:hub selenium/node-chrome:3.4.0-dysprosium
docker run -d --link selenium-hub:hub selenium/node-firefox:3.4.0-dysprosium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment