Does Lima work with Vagrant? (Is there a Vagrant Provider for Lima?) #1271
techieshark
started this conversation in
General
Replies: 1 comment
-
I have mostly translated my old Vagrantfile (ruby) into Lima (yaml), but it sounds like a good addition... There are some old warts like the "known ssh key" (instead of cloud-init), but I guess that it should work ? Perhaps it would make more sense to look towards Vagrant3 ? (since it is using Go, rather than Ruby) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given that VirtualBox doesn't work on M1 Macs anymore, and Lima seems like a good Docker alternative that is performant & open source, I'm looking into Lima.
But previously I had used VirtualBox configured by Vagrant (with Trellis) and I'm wondering if I can have Vagrant set up / control Lima the same way it can for VirtualBox or Docker.
So: does anyone know if there is a Vagrant Provider for Lima?
I see it's possible to create a Custom Provider for Vagrant, but I thought I'd check if anyone has already done such a thing for Lima.
Beta Was this translation helpful? Give feedback.
All reactions