vagrant boxダウンロード〜起動まで

http://www.vagrantbox.es/ からboxをダウンロード

今回は、参考サイトにあったURLで

$ vagrant box add ubuntu http://files.vagrantup.com/lucid64.box

完了したら、ダウンロード確認

$ vagrant box list

precise64 (virtualbox, 0)

ubuntu    (virtualbox, 0)

セットアップディレクトリ作成を作成し、移動。

$ mkdir hoge

$ cd hoge

仮想マシン初期化

$ vagrant init ubuntu

A `Vagrantfile` has been placed in this directory. You are now

ready to `vagrant up` your first virtual environment! Please read

the comments in the Vagrantfile as well as documentation on

`vagrantup.com` for more information on using Vagrant.

hogeフォルダの中に、Vagrantfileが出来ているはず。

仮想マシン起動

$ vagrant up

VirtualBox マネージャーで見ると、追加されて実行中になっている