scheidm / quest-till-done

3 stars 0 forks source link

provide a vagrant vm #205

Open codingsnippets opened 9 years ago

codingsnippets commented 9 years ago

since we have many components, why not setup a generic vagrant vm to do this dev.

scheidm commented 9 years ago

Glad to see we're on the same page. I'd proposed Docker instead as it has less overhead and can be used in production re #176 https://www.docker.com/

codingsnippets commented 9 years ago

docker is fine, but docker and vagrant aren't targeting the same thing, and vagrant can manage docker now. http://docs.vagrantup.com/v2/provisioning/docker.html

scheidm commented 9 years ago

we can provide a vagrant shell, but my point was more that if we'd isolated our stuff into a docker shell then people can either put it into a clean vagrant ubuntu box or run it locally on their machine. The work for us to provide the vagrant box will be minimal once we have a docker definition.