|
|
пре 1 година | |
|---|---|---|
| .. | ||
| .gitignore | пре 1 година | |
| README.md | пре 1 година | |
| Vagrantfile | пре 1 година | |
| setup.sh | пре 1 година | |
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