|
|
1 жил өмнө | |
|---|---|---|
| .. | ||
| mnt | 1 жил өмнө | |
| .gitignore | 1 жил өмнө | |
| README.md | 1 жил өмнө | |
| Vagrantfile | 1 жил өмнө | |
ONLY for windows
setx VAGRANT_HOME "/d/.vagrant.d/" # change the mox storage location
Vagrant commands
vagrant up # start the virtual machine
vagrant ssh # connect to the virtual machine
vagrant status # check the virtual machine's status
vagrant halt # showdown the virtual machine
vagrant suspend # suspend the virtual machine
vagrant destroy # destroy the virtual machine
vagrant box list # list all the boxes
Setup ssh by key
cat /mnt/id_ed25519.pub >> ~/.ssh/authorized_keys