From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/vagrant/cli%2Fpackage.html | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index c64962d6..00000000 --- a/devdocs/vagrant/cli%2Fpackage.html +++ /dev/null @@ -1,10 +0,0 @@ -

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