せっかく調べたのでVagrantのコマンドを貼っておきます
May 19, 2012AD:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
#Vagrantfileの再読み込み(一度落ちるから気をつけて) $ vagrant reload #VMの状況の確認 $ vagrant status #まだつかったことないけど、一時的な停止 $ vagrant suspend #suspendからの復帰 vagrant resume #シャットダウン $ vagrant halt #立ち上げ $ vagrant up # 自分のBoxを作れます。これでデザイナーさんなりにboxをあげて共有してあげてください。便利!! $ vagrant package # We can then restore it with the same command we used to set up our virtual machine in the first place. $ vagrant box add # delete our virtual machine $ vagrant destroy |
こんな使い方もあります
たとえば、Chefなり、berkshelfなりを使っていたら、下記のようなパラメータを入れることも可能です。
1 |
vagrant up --provision |
upしてから、reload –provisionなどをやっていたのを1度で済ませます。
AD:
2 Comments, Comment or Ping
Reply to “せっかく調べたのでVagrantのコマンドを貼っておきます”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.