Created
July 10, 2020 18:56
-
-
Save austre/8a0df667da93b004679ba9c7be0f4775 to your computer and use it in GitHub Desktop.
docker-terminal-error-details
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\> docker-machine create GoStackVM --virtualbox-no-vtx-check | |
Running pre-create checks... | |
Creating machine... | |
(GoStackVM) Copying C:\Users\austr\.docker\machine\cache\boot2docker.iso to C:\Users\austr\.docker\machine\machines\GoStackVM\boot2docker.iso... | |
(GoStackVM) Creating VirtualBox VM... | |
(GoStackVM) Creating SSH key... | |
(GoStackVM) Starting the VM... | |
(GoStackVM) Check network to re-create if needed... | |
(GoStackVM) Windows might ask for the permission to create a network adapter. Sometimes, such confirmation window is minimized in the taskbar. | |
(GoStackVM) Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter #2" | |
(GoStackVM) Windows might ask for the permission to configure a network adapter. Sometimes, such confirmation window is minimized in the taskbar. | |
(GoStackVM) Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar. | |
Error creating machine: Error in driver during machine creation: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm GoStackVM --type headless failed: | |
VBoxManage.exe: error: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED) | |
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), componen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment