virtulization security
Vagrant
vagrant up
vagrant provision
vagrant ssh
vagrant destroy
→ Libvirt
Kvm is much more efficient than virtual box. It is meant for production worload with a small resources footprint on the host.
kvm has the virsh
command line which has many features.
So far, it has no built-in way to deploy from the command line as vagrant does.
The vagrant-libvirt plugin provides the best of two worlds: a great way to deploy kvm and a great way to manage kvms.
→ References
- vagrant documentatin
- vagrant libvirt github
- use vagrant together with kvm
- use vagrant together with kvm bis
- vagrant ip on host
- install kvm ubuntu
- kvm delete vm
- kvm from cli
- kvm snapshot tutorial
- alpine vagrant
- convert boxes to libvirt
This page was last modified: