virtualbox - docker on windows not working -


I have tried to install a docker on Windows 7 (using boot2docker) though the console is only present suddenly and I am unable to see the error, the command reduces any command.

In the installation I have tried to install both and do not install Virtualbox. I also tried to install and restore both dock and virtualboxes. Nothing seems to work

Here console errors are being seen that when I run boot2docker up -v :.

  Boot2Docker-CLI version committed v1 .3.0 Git: deafc19 2014/10/26 20:47:11 executing: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage.exe showvminfo boot2docker- VM --machinereadable 2014/10/26 at 20:47:12: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage.exe guestproperty set boot2docker- VM / VirtualBox / GuestAdd / SharedFolders / MountPrefix / 2014/10/26 20:47:12 executing: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage .exe guestproperty set boot2docker- VM / VirtualBox / GuestAdd / SharedFolders / MountDir / 2014/10/26 20:47:12 executing: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage.exe add sharedfolder boot2docker -vm --name c / user -hostpath C: \ Users --automount VBoxManage.exe: Error Procedure: designated shared folder "C / user 'already exists VBoxManage.exe: error: Description: Code VBOX_E_OBJECT_IN_USE (0x80bb000c), component SessionMachine, interface IMachine, IUnknown VBoxManage.ex E receives the call: error: Reference:" CreateSharedFolder ( BSTR (name) .raw (), BSTR (hostpath) .raw (), fWritable, fAutoMount) "file line 1009 implementing VBoxManageMisc.cpp 2014/10/26 20:47:12: C: \ Program files \ Oracle \ VirtualBox \ VBoxManage.exe setextradata boot2docker- VM VBoxInternal2 / SharedFoldersEnableSymlinksCreate / C / 1 user executing 2014/10/26 20:47:12: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage .exe startvm boot2docker- VM - -type Without the head ... VBoxManage.exe is waiting for VM "boot2docker-VM" in power: Error: VT-X is disabled in BIOS. (VERR_VMX_MSR_VMXON_DISABLED) VBoxManage.exe: Error: Description: Code E_FAIL (0x80004005), Component Console, Interface IConsole 2014/10/26 20:47:15 Executed: C: \ Program Files \ Oracle \ VirtualBox \ VBoxManage.exe showvminfo boot2docker- VM --machinereadable error in time: The machine failed to start "boot2docker-VM": exit position 1  

Please check your BIOS for a VT-x setting. According to the logs you provided, there is an error: VBoxManage.exe: Error: VT-x is disabled in BIOS. (VERR_VMX_MSR_VMXON_DISABLED)


Comments