Why only one VM?

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 ?

2 Likes

I filed a Feature Request: Multiple VMs. You should also give them this feedback in the Beta Feedback: Docker for Mac/Windows survey.

Thanks for the suggestion. Just finished the survery.

multi VMs and public Ports are the only ones missing for me.