Hacker News new | ask | show | jobs
by Axsuul 4736 days ago
I myself am also a big fan of vagrant although it can be tough on your machine when working on multiple projects at the same time. Often times I find myself running out of memory and it can be quite tedious having to halt and bring back my vagrant boxes when I jump from project to project. Perhaps docker can address this issue someday?
1 comments

use vagrant suspend to store the vm in the current state. resume is pretty much instant.