Last Updated: February 25, 2016
·
258
· amokan

NSQ in Vagrant via Docker

Here is a gist of a working Vagrantfile that fires up a Ubuntu 14.04 instance, installs Docker, and sets up the latest NSQ stack.

https://gist.github.com/amokan/3e8223615d64c4ed807c

Even if you have no interest in NSQ, I've used this Vagrantfile for multiple projects that utilize docker and vagrant - so its fairly simple to tweak to your needs.

I run Vagrant with the VMware plugin, so it may need some adjustment for VBox.