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%2Fup.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devdocs/vagrant/cli%2Fup.html (limited to 'devdocs/vagrant/cli%2Fup.html') diff --git a/devdocs/vagrant/cli%2Fup.html b/devdocs/vagrant/cli%2Fup.html new file mode 100644 index 00000000..f85bcc49 --- /dev/null +++ b/devdocs/vagrant/cli%2Fup.html @@ -0,0 +1,14 @@ +

Up

Command: vagrant up [name|id]

This command creates and configures guest machines according to your Vagrantfile.

This is the single most important command in Vagrant, since it is how any Vagrant machine is created. Anyone using Vagrant must use this command on a day-to-day basis.

Options

+

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

+
-- cgit v1.2.3