

Vagrantfile describes the overall configuration and provisioning of the environment.To pull the box image on your system use: vagrant box add.Bentoo boxes are generalized simple bare-bone boxes that are made in a consistent way.Box - is a golden image used to boot up the virtual machine.

To install Vagrant check out the following article: " How to set up Vagrant with Docker on Ubuntu 18.04" Boxes:

Default provider for Vagrant is - VirtualBox Vagrant acts as a wrapper on virtual machines, communicating with them via API providers (hypervisors). Vagrant - is an open-source software developed by HashiCorp which enables you to easily create and automate the provisioning process of virtual machines in your local development environments.
