Created
June 22, 2017 08:33
-
-
Save wingyplus/c004d133ba3ad8774b993b872a58a39d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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