1
I am trying to bring a box to run as a test system however I am not succeeding, I am using mac os x Yosemite and have already installed the virtual box and the same is in the following way Applications/VirtualBox.app/
the error that is appearing is as follows when running: vagrant init ubuntu/trusty64; vagrant up --provider virtualbox
running separately is happening error regarding Vagrant up command:
sh-3.2# vagrant up --provider virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty32' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/trusty32'
default: URL: https://atlas.hashicorp.com/ubuntu/trusty32
==> default: Adding box 'ubuntu/trusty32' (v20150609.0.9) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/ubuntu/boxes/trusty32 /versions/20150609.0.9/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Failed to connect to 2001:67c:1360:8001:ffff:ffff:ffff:fffe: No route to host
someone has been there.
it still hasn’t worked out look at my file http://codecor.com.br/certificados/vragrant.html
– André Martins
this error that is happening now. An error occurred while downloading the remote file. The error message, if any, is Reproduced Below. Please fix this error and Try Again. Couldn’t resolve host 'cloud-images.ubuntu.com'
– André Martins
You’re having DNS trouble. Open this link in the browser: http://cloud-images.ubuntu.com/ .
– CEPEL SOMA
You are not required to use Vagrant. A much lighter option is Docker.
docker run ubuntu: trusty
Have tried with it ?– CEPEL SOMA
is opening the address
– André Martins
I don’t know Doker, where his papers are
– André Martins
To learn more about Docker, see this Issue here at Stackoverflow pt_BR what-the-advantages-of-the-use-the--Docker-in-place-of-the-Vagrant or visit http://joao-parana.com.br/ where you can find posts on the subject.
– CEPEL SOMA
really was in trouble in dns, I managed to run the box
– André Martins