Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEvan N
5,097 PointsVM - Best options
So I did a search on Vagrant and noticed several other threads on StackOverflow making mention of Docker. Being completely new to both Vagrant and Docker I wanted to know if one is better for the job instead of the suggested Vagrant + VirtualBox combo for maintaining environments.
2 Answers
Stone Preston
42,016 PointsHonestly I probably wouldnt even use a vm. for rails development I prefer to develop in the cloud using cloud 9 instead of using a vm.
I find it less clunky and less error prone. its very easy to get started as well. Its nice to be able have the same development environment regardless of where I am or which machine I am using
Dustin Matlock
33,856 Points+1 on Cloud9, and a few more worth mentioning.
Justin Green
16,430 PointsThanks for sharing these options!