Does Lima work with Vagrant? (Is there a Vagrant Provider for Lima?) #1271
techieshark
started this conversation in
General
Replies: 2 comments 1 reply
-
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
-
I'm interested in either a provider or better documentation on mimicking Vagrant with Lima (or Colima), as the vagrant-go rewrite was just announced as dead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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