onde baixar caixas vagrant [closed]

4

Eu sei que o link fornece muitas caixas vagrant para nós usarmos, mas descobri que muitos endereços de download de url estão desatualizados. vagrantcloud.com ou link é uma alternativa para mim. Mas quando eu corro vagrant up ubuntu/trusty64 --provider virtualbox eu tenho isso:

sean@apptest:~$ vagrant up ubuntu/trusty64 --provider virtualbox
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.

sean@apptest:~$ vagrant global-status
id       name   provider state  directory                           
--------------------------------------------------------------------
There are no active Vagrant environments on this computer! Or,
you haven't destroyed and recreated Vagrant environments that were
started with an older version of Vagrant.

sean@apptest:~$ 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.

sean@apptest:~$ vagrant up ubuntu/trusty64 --provider virtualbox
The machine with the name 'ubuntu/trusty64' was not found configured for
this Vagrant environment.

Parece que não consigo abrir uma caixa de download on-line. Mas também não encontro endereço de download do link . Existe uma maneira melhor de obter essas caixas?

E se eu quiser fazer o download do link v0.2.3?

Obrigado ~

    
por seanlook 30.03.2015 / 04:03

1 resposta

2

Graças a @jordanm, a questão está resolvida. Em um diretório limpo (sem Vagrantfile): vagrant init ubuntu/trusty64

Em seguida, execute vagrant up --provider virtualbox . Isso levará à caixa de pesquisa do link .

Ou apenas execute vagrant box add ubuntu/trusty64 .

Se você deseja fazer o download do arquivo da caixa, pode ver o endereço completo da URL, onde a caixa pode ser localizada

    
por 30.03.2015 / 09:57

Tags