Once a box is removed, no new virtual machines based on that box can be created, since it is completely deleted off the filesystem, but existing virtual machines which have already been spun up will continue to function properly.
A execução de vagrant up
novamente está criando uma nova máquina na caixa (modelo). Excluir a caixa causaria a falha de vagrant up
.
If your environment is already running since you did an
up
in a previous step, just runvagrant reload
, which will quickly restart your VM, skipping the import step.
Você deve conseguir executar vagrant reload
.