S
S
Sergey Beloventsev2018-02-14 12:58:40
Vagrant
Sergey Beloventsev, 2018-02-14 12:58:40

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

1 answer(s)
A
Agent Gus, 2018-08-06
@yanminibaev

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 question

Ask a Question

731 491 924 answers to any question