-
Notifications
You must be signed in to change notification settings - Fork 0
Vagrant
Chu-Siang Lai edited this page Oct 26, 2016
·
5 revisions
Vagrant 是一款用於構建及配置虛擬開發環境的軟體,基於 Ruby 開發,讓開發者可以使用簡易的命令操作虛擬機器。
主要使用開源的 VirtualBox 虛擬化系統,與 Ansible、Chef、Salt、Puppet 等組態管理軟體搭配使用,可實現快速開發部署工具的建置。
早期以 VirtualBox 為主,在 1.1 以後的版本中開始支援 VMware 等虛擬化軟體,包括 Amazon EC2 之類伺服器環境。(more)
Checking your downloaded boxes and remove every box that is not the lastest downloaded version.
-
Installation.
$ vagrant plugin install vagrant-remove-old-box-versions -
Usage.
$ vagrant remove-old-versions [options] # Options: # # -p, --provider PROVIDER The specific provider type for the boxes to destroy. # -n, --dry-run Only print the boxes that would be removed. # --name NAME The specific box name to destroy. # -f, --force Destroy without confirmation even when box is in use.