Vagrant is an open-source command-line tool for building and managing virtual machine environments. By default, Vagrant can provision machines on top of VirtualBox, Hyper-V. and Docker. Other providers such as Libvirt (KVM), VMware and AWS can be installed via the Vagrant plugin system.

Typically, Vagrant is used by developers for setting up a development environment that matches the production.

This tutorial covers the installation of Vagrant on a Debian 10, Buster. We’ll be using the VirtualBox provider, which is the default provider for Vagrant.

#linux #debian 10 #vagrant

How to Install Vagrant on Debian 10 Linux
2.50 GEEK