Bom dia,
Estou utilizando o vagrantFile abaixo
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.define :web do |web_config|
end
end
Porém quando executo o vagrant up no terminal estou recebendo o seguinte erro:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "03fbe233-1284-402c-99a9-4f78e2567226", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine 'vagrant_web_1521099714145_14347' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
Alguém pode me ajudar por favor?
Obrigado, Felipe