Usage(RUN IN the spring FOLDER)
# start virtual machine
VAGRANT_EXPERIMENTAL="disks" vagrant up --provider=virtualbox
# list boxes
vagrant box list
# ssh login to the virtual machine
vagrant ssh
# shutdown the virtual machine
vagrant halt
# show virtualbox machines
vagrant status