Vagrant up

From wikieduonline
Revision as of 13:53, 7 April 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search




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: 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: