You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only vagrant destroy is supported. But vagrant halt has a pretty clear analogue in Joyent: stopping an instance without terminating it. When vagrant up is run again, the instance is rebooted with the same storage state as when it was stopped.
This matches both Joyent and Vagrant semantics for halt, so I don't see any reason not to implement this.
The text was updated successfully, but these errors were encountered:
Currently only
vagrant destroy
is supported. Butvagrant halt
has a pretty clear analogue in Joyent: stopping an instance without terminating it. Whenvagrant up
is run again, the instance is rebooted with the same storage state as when it was stopped.This matches both Joyent and Vagrant semantics for halt, so I don't see any reason not to implement this.
The text was updated successfully, but these errors were encountered: