vagrant up
thats it: this will boot a selenium grid cluster with 3 firefox nodes running.
Tweak the settings by shelling in and working with the docker-selenium-grid repo:
vagrant ssh
cd docker-selenium-grid
./grid.sh
If you want to make sure it works, install
protractor and run ./test.sh
npm install -g protractor
./test.sh