You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vagrant is a very convenient tool to create VMs from a configuration file (very much like docker with a dockerfile). Would a vagrant plugin be something useful for kevin? This would allow developers to define VMs via a config file, that then would be spun up by vagrant (probably via falk). Vagrant could then use the builtin provisioner to run chantal, or simply ssh into the VM after it has been launched via vagrant ssh. Vagrant also supports multiple virtualization backends (libvirt, virtualbox, vmware but also docker & lxc) and provides a unified interface to all these. I think it can even run windows in VM, but have never tried it.
Would this be a useful addon/plugin for kevin?
The text was updated successfully, but these errors were encountered:
I think it would be a valuable addition. I have no experience with vagrant, but if it existe to create and provide vm images, it's perfect for another backend of falk.
TheJJ
changed the title
[question] Vagrant plugin for Kevin?
Vagrant plugin for Falk
Jun 10, 2020
Vagrant is a very convenient tool to create VMs from a configuration file (very much like docker with a dockerfile). Would a vagrant plugin be something useful for kevin? This would allow developers to define VMs via a config file, that then would be spun up by vagrant (probably via falk). Vagrant could then use the builtin provisioner to run chantal, or simply ssh into the VM after it has been launched via
vagrant ssh
. Vagrant also supports multiple virtualization backends (libvirt, virtualbox, vmware but also docker & lxc) and provides a unified interface to all these. I think it can even run windows in VM, but have never tried it.Would this be a useful addon/plugin for kevin?
The text was updated successfully, but these errors were encountered: