Vagrant

Vagrant で VirtualBox 仮想マシンの CPU 数とメモリサイズを変更

Vagrant で VirtualBox 上の仮想マシンの CPU 数とメモリサイズを変更する方法としては、現時点で下記 2通りがあります。 (a) cpus や memory を使用する (b) customize を使用する ちなみに、Vagrant ソースの plugins/providers/virtualbox/config.rb を見…

Vagrant で VirtualBox 上の CentOS 7 へ固定 IP を設定

はじめに Vagrant を使って VirtualBox 上で CentOS 7 を起動する際に、固定 IP を設定しようとするとエラーが発生しました。 Vagrant 1.6.3 VirtualBox 4.3.12 for Windows hosts Vagrantfile ・・・ Vagrant.configure(VAGRANTFILE_API_VERSION) do |confi…

Windows用 VirtualBox 4.2.14 で Vagrant を使用する

はじめに Windows用 VirtualBox-4.2.14-86644 を Windows7(64bit)にインストールしたところ、新たに vagrant init した Box の vagrant up 時にエラーが発生するようになりました。(ちなみに VirtualBox-4.2.12-84980 や VirtualBox-4.2.16-86992 では正…