Live data from Hacker News

Ask HN: Engineers, how do you share code with your virtual machines?

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: Engineers, how do you share code with your virtual machines?

#5
It's far from perfect but vagrant + provider of your choice (I'm using parallels for now, but will probably switch to Veertu when they have vagrant support) works well enough for me.

Even if you need to do things directly in the vm, this is still a workable solution I'd imagine.

Re: Ask HN: Engineers, how do you share code with your virtual machines?

#6
post #2

What have you tried already? Do you have examples of mechanisms that suck? It would also help to learn which operating system(s) are involved.

My primary dev machine is MacOS. I'm using generally VMWare or VirtualBox to virtualize Linux machines. I'm really frustrated with what they offer :)