Skip to content

Instantly share code, notes, and snippets.

@justin-vanwinkle
Created December 17, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin-vanwinkle/57c9b93ea0ce16c7ded0caf8ab720642 to your computer and use it in GitHub Desktop.
Save justin-vanwinkle/57c9b93ea0ce16c7ded0caf8ab720642 to your computer and use it in GitHub Desktop.
starts a selenium grid node
#!/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