2- Creating a Base Box
They are many chooses to add ( download) and start a box in vagrant:
1- boxes from bento project ( yes like the boxes  )
2- Vagrantup website
1- boxes from bento:Â Â https://app.vagrantup.com/bento
( and it's github https://github.com/chef/bento )
C:\Users\jkriker\Documents\vagrant\myfirstproject>vagrant box add bento/centos-7.3
==> box: Loading metadata for box 'bento/centos-7.3'
box: URL: https://atlas.hashicorp.com/bento/centos-7.3
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.
1) parallels
2) virtualbox
3) vmware_desktop
Enter your choice: 2
==> box: Adding box 'bento/centos-7.3' (v2.3.4) for provider: virtualbox
box: Downloading: https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.4/providers/virtualbox.box
box: Progress: 100% (Rate: 1564k/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'bento/centos-7.3' (v2.3.4) for 'virtualbox'!
C:\Users\jkriker\Documents\vagrant\myfirstproject>