Can you explain me why docker for windows and mac can only create and manage a single VM ?
With docker toolbox I had a VM for each project to avoid ports collisions and encapsulation.
then I would use the /etc/hosts to set something like
dev.project1 192.168.100.10
dev.project2 192.168.100.12
How would we deal with running and accessing multiple apps using a single VM ?