Answer the question
In order to leave comments, you need to log in
How to disable vagrant correctly?
the question raised the server to vargant, but now it turns out that every time I reboot the computer, I have to raise it again. ? The question is significant in the sense that databases, phpMyadmin, are all re-installed? Or is there any way to not do this?
Answer the question
In order to leave comments, you need to log in
Try:
vagrant ssh # connect via SSH as a vagrant user
vagrant suspend # pause
vagrant halt # turn off
vagrant reload # reload the config (without performing provision)
vagrant reload --provision
vagrant destroy # delete
the virtual machine vagrant box list # list of available "boxes"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question