Skip to content
prashanthcngithub edited this page Aug 30, 2018 · 1 revision

Errors

I was trying to run sample code for microservices on DOcker. Found this repository and downloaded.

I followed instructions as Readme file in https://github.com/ewolff/microservice/tree/master/docker-vagrant

I am unable to proceed in this step, pls let me know. Or let me know any repositories in Github that I can try on Docker in AWS

T:\Applications\GitHub\microservice\docker-vagrant>T:\Applications\Vagrant\bin\vagrant.exe up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/trusty64' is up to date... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8080 (guest) => 18080 (host) (adapter 1) default: 8761 (guest) => 18761 (host) (adapter 1) default: 8989 (guest) => 18989 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "3cc8ad5c-8db9-450d-b427-a42ed1c8e5e9", "--type", "headless"]

Stderr: VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

T:\Applications\GitHub\microservice\docker-vagrant>

Clone this wiki locally