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
Stephane Jourdan edited this page Oct 21, 2013
·
2 revisions
Sahara is a vagrant plugin that allows you to manage a sandbox state of you VM. It's currently limited to virtualbox. Homepage: https://github.com/jedi4ever/sahara
Typical usage:
Enter sandbox mode:
vagrant sandbox on
Do some stuff:
vagrant ssh
If satisfied, apply the changes permanently:
vagrant sandbox commit
If not satisfied, rollback to the previous commit: