Problems are not stop signs; they are guidelines.
問題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller
如何壓縮VirtualBox的虛擬機vmdk文件大小并使用vagrant package成功打包鏡像box文件。 環(huán)境:Windows7 vagrant1.9.5 VirtualBox4.3.12 虛擬機系統(tǒng)ubuntu14.04 GitBash中執(zhí)行命令 首先vagrant ssh登錄到虛擬機中 sudo dd if=/dev/zero of=/EMPTY bs=1M sudo rm -f /EMPTY 切換到VirtualBox安裝目錄,執(zhí)行: ./VBoxManage clonehd "/c/Users/zheng/VirtualBox VMs/ubuntu_default_15257002321...
我的環(huán)境:Windows10? + vagrant 2.0.4 + virtualbox4.3.12 當在win10中執(zhí)行vagrant up啟動虛擬機環(huán)境時報錯:Failed to create the host-only adapter ==> default: Clearing any previously set network interfaces... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif"...