LoginSignup
9
10

More than 5 years have passed since last update.

Vagrant sahara pluginチートシート

Posted at

概要

Vagrant sahara pluginのチートシート.

saharaとは?

vm imageのスナップショットを保存したり,前の状態に戻すことができるプラグイン.

インストール

$ vagrant plugin install sahara

チートシート

command 概要
sandbox on sandboxモード開始
sandbox off sandboxモード停止
sandbox commit 今の状態を保存
sandbox rollback 変更を破棄

tips

commitの高速化

一度vagrant haltで停止してからcommitを行う.

変更を加えてcommitせずにoff

off時にcommitが自動的に行われる.もし保存しなくない場合は,rollbackで戻してからoffするよう気をつける.

9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10