Remix.run Logo
fwilhe a day ago

I replaced my vagrant usage with lima-vm due to the license change years ago and I'm happy with it https://lima-vm.io/

Lima is a great tool for simple quick or for automated repeatable virtual environments!

stasge 19 hours ago | parent | next [-]

Lima give you a VM.

Vagrantfile gives you a repeatable and portable environment with just a few lines of configuration. Product demo? Pre-configured local Kubernetes? Clean build environment? Pre-cooked clean setups for 3rd party software projects? Everything is possible with just vagrant up -> vagrant ssh -> vagrant halt/destroy. There is no simple alternative.

idontneedcoffee a day ago | parent | prev [-]

How exactly did the license change affected your particular use-case?