Created
December 17, 2019 18:49
-
-
Save justin-vanwinkle/57c9b93ea0ce16c7ded0caf8ab720642 to your computer and use it in GitHub Desktop.
starts a selenium grid node
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/bash | |
hubhost=$0 | |
docker run -d -e HUB_HOST=$hubhost -e HUB_PORT=4444 -e START_XVFB=false -e NODE_MAX_INSTANCES=2 -e NODE_MAX_SESSION=2 -v /dev/shm:/dev/shm selenium/node-chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment