LoginSignup
6
6

More than 5 years have passed since last update.

vagrantとchefとdockerによるRails開発環境構築(vagrantの簡単な操作)

Last updated at Posted at 2014-08-03

vagrantで利用する可能性が高いコマンドをまとめておきます。

sshによる通信

$ vagrant ssh

仮想サーバの終了

$ vagrant halt

仮想サーバの破棄

$ vagrant destroy

仮想サーバの再読み込み

$ vagrant reload

仮想サーバの稼動ステータス表示

$ vagrant status

随時更新していくので、コメント等をお待ちしています。

6
6
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
6
6