Vagrant file question and vagrant box with Ubuntu desktop (18.04 or 20.04 will do)

Hello all, right now I have one Vagrantfile that contains ubuntu 18.04.

Currently I am working on a project and realized that I need an ubuntu-desktop 18.04.

I have a few questions:

  1. I’ve googled and seen some vagrant files set up with multiple vms, but then when you run ‘vagrant up’ it’d just start up the two vms. Can I just create a separate vagrant instance for the ubuntu desktop?

  2. I just want a minimal ubuntu desktop image (v18.04 or v20.04 are fine with me) thats not bloated with “bells and whistles”. Would like your suggestions on which ubuntu desktop vagrant box would be ideal? I plan to use this new vm to work on MySQL and that includes installing MYSQL Workbench (thus the need for ubuntu-desktop version).

Thanks!