Vagrant Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


A box is how a Vagrant environment is packaged. There are publicly available Vagrant boxes: https://www.vagrantup.com/docs/cli/box.html
A box is how a Vagrant environment is packaged. There are publicly available Vagrant boxes: https://www.vagrantup.com/docs/cli/box.html
{{Internal|Vagrant Operations#Box_Operations|Box Operations}}

Revision as of 21:12, 31 July 2019

Internal

Vagrantfile

Vagrantfile

Box

https://www.vagrantup.com/docs/cli/box.html

A box is how a Vagrant environment is packaged. There are publicly available Vagrant boxes: https://www.vagrantup.com/docs/cli/box.html

Box Operations