|
|
hace 1 año | |
|---|---|---|
| .. | ||
| mnt | hace 1 año | |
| .gitignore | hace 1 año | |
| README.md | hace 1 año | |
| Vagrantfile | hace 1 año | |
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