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

Vagrant Share

Vagrant Share allows you to share your Vagrant environment with anyone in the world, enabling collaboration directly in your Vagrant environment in almost any network environment with just a single command: vagrant share.

Vagrant share has three primary modes or features. These features are not mutually exclusive, meaning that any combination of them can be active at any given time:

The details of each are covered in their specific section in the sidebar to the left. We also have a section where we go into detail about the security implications of this feature.

Installation

Vagrant Share is a Vagrant plugin that must be installed. It is not included with Vagrant system packages. To install the Vagrant Share plugin, run the following command:

$ vagrant plugin install vagrant-share
+
+

Vagrant Share requires ngrok to be used.

+

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

+
-- cgit v1.2.3