2014-10-27 77 views
1

我已经尝试在Windows 7上安装码头(使用boot2docker)。 然而,控制台突然存在,我无法看到错误,更不用说运行任何命令。在窗户上的码头不工作

在安装中,我已经尝试安装和不安装VirtualBox。 我也尝试卸载并重新安装docker和virtualbox。似乎没有任何工作。

这里是控制台错误,我看到,当我运行boot2docker -v up:约

Boot2Docker-cli version: v1.3.0 
Git commit: deafc19 
2014/10/26 20:47:11 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo boot2docker-vm --machinereadable 
2014/10/26 20:47:12 executing: 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 sharedfolder add boot2docker-vm --name c/Users --hostpath C:\Users --automount 
VBoxManage.exe: error: Shared folder named 'c/Users' already exists 
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_IN_USE (0x80bb000c), component SessionMachine, interface IMachine, callee IUnknown 
VBoxManage.exe: error: Context: "CreateSharedFolder(Bstr(name).raw(), Bstr(hostpath).raw(), fWritable, fAutoMount)" at line 1009 of file VBoxManageMisc.cpp 
2014/10/26 20:47:12 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata boot2docker-vm VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users 1 
2014/10/26 20:47:12 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm boot2docker-vm --type headless 
Waiting for VM "boot2docker-vm" to power on... 
VBoxManage.exe: error: VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED) 
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component Console, interface IConsole 
2014/10/26 20:47:15 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo boot2docker-vm --machinereadable 
error in run: Failed to start machine "boot2docker-vm": exit status 1 
+0

你可以检查你的BIOS,看看是否有一个VT-x的设置? VBoxManage.exe:错误:在BIOS中禁用VT-x。 (VERR_VMX_MSR_VMXON_DISABLED) – Andy 2014-10-27 21:25:55

+1

它的工作,谢谢:) 如果你添加这个答案我会接受它.. – sangil 2014-10-28 15:35:46

回答

4

请检查您的BIOS是否有VT-x设置。根据你提供的日志,有一个错误:VBoxManage.exe: error: VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED)

0

正如sangil说,错误是在你BIOS.This下午我的笔记本电脑闪相同的错误VT-X上的BIOS

dissabled