The official Selenium Docker image uses the same technique to run headless Chrome / Firefox.
From there you can just run
docker run -d -P selenium/standalone-chrome
The official Selenium Docker image uses the same technique to run headless Chrome / Firefox.
From there you can just run
and you'll get something a lot more lightweight than spinning up a new Vagrant VM.