Difference between revisions of "Vagrant init"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[vagrant]] init
+
{{lowercase}}
 +
<code>[[vagrant]] init</code>
  
 +
* Doc: https://www.vagrantup.com/docs/cli/init
  
vagrant init hashicorp/bionic64
+
* <code>vagrant init</code>
vagrant init [[bento]]/fedora-32
+
* <code>vagrant init hashicorp/bionic64</code>
vagrant init [[bento]]/ubuntu-20.10
+
* <code>vagrant init [[bento]]/[[fedora-32]] && [[vagrant up]]</code>
 +
* <code>vagrant init [[bento]]/ubuntu-20.10</code>
 +
* <code>[[vagrant init]] fedora/32-cloud-base</code>
 +
 
 +
 
 +
 
 +
vagrant init bento/fedora-32
 +
A `Vagrantfile` has been placed in this directory. You are now
 +
ready to `[[vagrant up]]` your first virtual environment! Please read
 +
the comments in the Vagrantfile as well as documentation on
 +
`vagrantup.com` for more information on using Vagrant.
 +
 
 +
 
 +
 
 +
vagrant init bento/fedora-32
 +
`[[Vagrantfile]]` already exists in this directory. Remove it before
 +
running `vagrant init`.
 +
 
 +
vagrant init
 +
A `[[Vagrantfile]]` has been placed in this directory. You are now
 +
ready to `vagrant up` your first virtual environment! Please read
 +
the comments in the Vagrantfile as well as documentation on
 +
`vagrantup.com` for more information on using Vagrant.
 +
 
 +
== Related commands ==
 +
* <code>[[vagrant up]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 09:42, 5 February 2024

vagrant init


vagrant init bento/fedora-32
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.


vagrant init bento/fedora-32
`Vagrantfile` already exists in this directory. Remove it before
running `vagrant init`.
vagrant init
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.

Related commands[edit]

See also[edit]

Advertising: