|
|
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