Vagrant

What's Vagrant

簡単に言うと、VirtualBox 等の仮想マシン管理ツールを作った設定に基づいて自動操縦して目的の仮想マシンを速攻で作成したり、削除したりするツール。

担当の範囲としては、仮想マシン自体の設定とOSの初期状態までが主で、その後の中身の各種インストールは サーバ構成管理 等のツールと連携することが多い。

install to Mac OSX Mavericks

Download from here Vagrant - Downloads and execute installer package. Vagrant installed to Application Folder as command.

Update Vagrant on Mac OSX Mavericks

Download from here Vagrant - Downloads and execute installer package. That is same operation install.

Command

Bootup VM

$ vagrant up

Shutdown VM

$ vagrant halt

Destroy VM

$ vagrant destroy

関連ページ

タグ

vm/vagrant/start.txt · 最終更新: 2019-03-01 11:23 by ore