Vagrant - Install VirtualBox Guest Additions

OS Kernal 更新,可能會造成 Vagrant 無法正常使用,像是筆者切換了不同 Domain 的 AD帳號後,嘗試使用 Vagrant 就會出錯。 ...

February 27, 2018 · 1 min · 88 words · Larry Nung

Vagrant - The VirtualBox VM was created with a user that doesn't match the current user running Vagrant

在使用 Vagrant 時如果出現’The VirtualBox VM was created with a user that doesn’t match the current user running Vagrant’ 的錯誤。 ...

May 1, 2017 · 1 min · 44 words · Larry Nung

Vagrant - Global Status

Vagrant box 一多,常常會 Vagrant up 後就忘 Vagrant halt,虛擬機就在背後持續運行。 ...

November 11, 2015 · 1 min · 146 words · Larry Nung

Vagrant - File Provisioning

File Provisioning 可以讓我們自動在 Vagrant 啟動時將檔案傳遞至虛擬機中。 ...

November 3, 2015 · 1 min · 199 words · Larry Nung

Vagrant - Docker Provisioning

Docker Provisioning 可以自動在 Vagrant 啟動時幫我們進行 Docker 的安裝,容器的下載,與容器的設定。 ...

November 1, 2015 · 1 min · 357 words · Larry Nung

Vagrant - Shell Provisioning

要讓 Vagrant 在第一次啟動時透過 Shell Script 去做些設定,我們可以透過 Vagrant 的 Shell Provisioning。 ...

October 26, 2015 · 1 min · 218 words · Larry Nung

Vagrant - Vagrantfile inheritance

Vagrantfile 的設定跟很多軟體一樣是有繼承關係的。 ...

October 21, 2015 · 1 min · 196 words · Larry Nung

Vagrant - Configures the virtual machine to use proxies

要讓 Vagrant 走 Proxy,我們可以借助 vagrant-proxyconf 套件。 ...

October 20, 2015 · 1 min · 252 words · Larry Nung

Vagrant - VBox Snapshot

要透過 Vagrant 去操作 Snapshot,我們可以借助 Vagrant 的 vagrant-vbox-snapshot 套件。 ...

October 19, 2015 · 1 min · 325 words · Larry Nung

Vagrant - Creating a new box from an existing VM

要將已經存在的 VM 匯出成 Vagrant Box,我們可以透過 Vagrant package 命令的 --base 參數。 ...

October 17, 2015 · 1 min · 221 words · Larry Nung