Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created January 19, 2018 13:44
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 goofmint/68620fcad945ea65d4f493ca4fea7239 to your computer and use it in GitHub Desktop.
Save goofmint/68620fcad945ea65d4f493ca4fea7239 to your computer and use it in GitHub Desktop.
$ docker run -d -p 4444:4444 --name selenium-hub selenium/hub
$ docker run -d -v /dev/urandom:/dev/random -P --link selenium-hub:hub selenium/node-chrome-debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment