Vagrant
-
New Setup
-
vagrant box add boxname /path/to/box
vagrant init boxname
vagrant up
vagrant ssh
vagrant halt
-
-
Remove Vagrant Box
- Remove the
Vagrant
file and the.vagrant
folder.
- Remove the
-
Share Files
- Inside the vm the folder
/vagrant/
points to the folder on the host where :
- Inside the vm the folder