Vagrant Box Operations: Difference between revisions
Jump to navigation
Jump to search
(→list) |
|||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
vagrant box list | vagrant box list | ||
==add== | |||
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box | |||
==remove== | |||
vagrant box remove dummy |
Latest revision as of 20:56, 17 November 2019
Internal
Overview
vagrant box <sub-command>
Box Operations
list
vagrant box list
add
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
remove
vagrant box remove dummy