Is there a multipass equivalent software to launch multiple rocky linux VM in windows 10/Rocky Linux 9.4?

Here’s the use case:
I want a VM ready with:

  • A ip address
  • storage, ram
  • OS
  • etc
    Basically exactly like multipass. I’ve heard about vagrant but unsure of the learning curve. Something similar to multipass would be lovely. It needs to work on windows and communicate with virtualbox to create linux vms. Otherwise, it is fine if it runs on Rocky linux 9.4+ onwards as well.

Vagrant is just a layer between an hypervisor (virtualbox usually) they called providers because they can use docker with is not an hypervisor.

In windows pro you can use hyper-v as provider but you mentioned virtualbox you can just use it directly, the good thing with vagrant is the automations you can create