From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/cli%2Fpackage.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/vagrant/cli%2Fpackage.html (limited to 'devdocs/vagrant/cli%2Fpackage.html') diff --git a/devdocs/vagrant/cli%2Fpackage.html b/devdocs/vagrant/cli%2Fpackage.html new file mode 100644 index 00000000..c64962d6 --- /dev/null +++ b/devdocs/vagrant/cli%2Fpackage.html @@ -0,0 +1,10 @@ +

Package

Command: vagrant package [name|id]

This packages a currently running VirtualBox or Hyper-V environment into a re-usable box. This command can only be used with other providers based on the provider implementation and if the provider supports it.

Options

A common misconception is that the --vagrantfile option will package a Vagrantfile that is used when vagrant init is used with this box. This is not the case. Instead, a Vagrantfile is loaded and read as part of the Vagrant load process when the box is used. For more information, read about the Vagrantfile load order.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/cli/package.html +

+
-- cgit v1.2.3