If you want to package an existing vm to use it later as a clone, just run
# vagrant package
This will build a “.box” file of your vm, which you could put in a webserver to use it whenever you need to create another vagrant vm.
some Unix notes
If you want to package an existing vm to use it later as a clone, just run
# vagrant package
This will build a “.box” file of your vm, which you could put in a webserver to use it whenever you need to create another vagrant vm.