summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/cli%2Fconnect.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/vagrant/cli%2Fconnect.html
new repository
Diffstat (limited to 'devdocs/vagrant/cli%2Fconnect.html')
-rw-r--r--devdocs/vagrant/cli%2Fconnect.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/vagrant/cli%2Fconnect.html b/devdocs/vagrant/cli%2Fconnect.html
new file mode 100644
index 00000000..20965f7f
--- /dev/null
+++ b/devdocs/vagrant/cli%2Fconnect.html
@@ -0,0 +1,9 @@
+<h1 id="connect"> Connect </h1> <p><strong>Command: <code>vagrant connect NAME</code></strong></p> <p>The connect command complements the <a href="share">share command</a> by enabling access to shared environments. You can learn about all the details of Vagrant Share in the <a href="../share/index">Vagrant Share section</a>.</p> <p>The reference of available command-line flags to this command is available below.</p> <h2 id="options"> Options </h2> <ul> <li>
+<p><a href="#disable-static-ip"><code>--disable-static-ip</code></a> - The connect command will not spin up a small virtual machine to create a static IP you can access. When this flag is set, the only way to access the connection is to use the SOCKS proxy address outputted.</p> </li> <li>
+<p><a href="#static-ip-ip"><code>--static-ip IP</code></a> - Tells connect what static IP address to use for the virtual machine. By default, Vagrant connect will use an IP address that looks available in the 172.16.0.0/16 space.</p> </li> <li>
+<p><a href="#ssh"><code>--ssh</code></a> - Connects via SSH to an environment shared with <code>vagrant share --ssh</code>.</p> </li> </ul><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2010&ndash;2018 Mitchell Hashimoto<br>Licensed under the MPL 2.0 License.<br>
+ <a href="https://www.vagrantup.com/docs/cli/connect.html" class="_attribution-link">https://www.vagrantup.com/docs/cli/connect.html</a>
+ </p>
+</div>