Skip to content

Vagrant Sahara Notes

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:
    vagrant sandbox rollback
  • Exit sandbox mode:
    vagrant sandbox off

Installation

vagrant plugin bundle
Clone this wiki locally