|
|
|
|
|
by Lazare
4614 days ago
|
|
Yes. Emerging best practices seems to be to use Vagrant to create a great development environment, then use docker containers inside that for isolation. The two work together quite well. There's a comment from the Vagrant creator here about that:
https://news.ycombinator.com/item?id=6291549 In short, yes, just run a VM. |
|