Sto cercando di iniziare con Vagrant seguendo la documentazione su:
http://docs.vagrantup.com/v2/getting-started/index.html
Ho installato Vagrant per il mio sistema operativo e ho installato VirtualBox. Ho eseguito i seguenti comandi
$ vagrant init hashicorp/precise32
$ vagrant up
Ricevo il seguente messaggio di errore:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/precise32' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'hashicorp/precise32' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/hashicorp/precise32"]
Error: Failed connect to atlas.hashicorp.com:9999; Connection refused
Ho cercato un po 'su Google cercando di capire perché la connessione fosse stata rifiutata, non ho avuto risposta. Immagino che il problema sia con il server Vagrant. Qualche idea?