Comment by Stephan de Vries on "What environment do you use when you're working on a new project? VM, Container, or just your local machine?" | Hashnode
At work I use Vagrant (which runs Virtual Box under the hood) and Docker. For side projects, I use the local machine, but I'm tempted to start using Docker for side projects as well.