Difference between revisions of "Vagrant up"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
  
 
* <code>[[vagrant up --provider=libvirt]]</code>
 
* <code>[[vagrant up --provider=libvirt]]</code>
 +
 +
 +
vagrant up
 +
Bringing machine 'default' up with 'libvirt' provider...
 +
==> default: Checking if box 'fedora/32-cloud-base' version '32.20200422.0' is up to date...
 +
==> default: Resuming domain...
  
 
<pre>
 
<pre>

Revision as of 10:07, 11 April 2021

vagrant up
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.



vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Checking if box 'fedora/32-cloud-base' version '32.20200422.0' is up to date...
==> default: Resuming domain...
vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'bento/ubuntu-20.10' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Loading metadata for box 'bento/ubuntu-20.10'
    default: URL: https://vagrantcloud.com/bento/ubuntu-20.10
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: bento/ubuntu-20.10
Address: https://vagrantcloud.com/bento/ubuntu-20.10
Requested provider: [:libvirt]
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 up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'bento/fedora-32' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Loading metadata for box 'bento/fedora-32'
    default: URL: https://vagrantcloud.com/bento/fedora-32
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: bento/fedora-32
Address: https://vagrantcloud.com/bento/fedora-32
Requested provider: [:libvirt]

Related commands

See also

Advertising: