Vagrant Box Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Vagrant Operations =Overview= =Box Operations= ==list== vagrant box list") |
(→list) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
vagrant box <''sub-command''> | |||
=Box Operations= | =Box Operations= | ||
Line 9: | 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