永夜 Blog

启动 vagrant 时,报错:Stderr: VBoxManage.exe: error: WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE). 0

When starting vagrant, an error is reported: stderr: vboxmanage.exe: error: whvCapabilityCodeHypervisorPresent is false! make sure you have Enabled theWindows Hypervisor Platformfeature. (verr_nem_not_available).

浏览量: 54 1. When starting vagrant, an error is reported: stderr: vboxmanage.exe: error: whvCapabilityCodeHypervisorPresent is false! make sure you have enabled theWindows Hypervisor Platformfeature. (verr_nem_not_available).. as shown in Figure 1 2. Standard error: vboxmanage.exe:...

启动 vagrant 时,报错:D:/Program Files/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.7.0/psych.rb:456:in `parse': (): found a tab character that violates indentation while scanning a plain scalar at line 10 column 7 (Psych::SyntaxError) 0

When starting Vagrant, an error is reported: psych.rb:456:in `parse: (): found a tab character that violates indentation while scanning a plain scalar at line 10 Column 7 (Psych::SyntaxError)

浏览量: 11 1. When starting Vagrant, an error is reported: D:/Program files/hashicorp/vagrant/embedded/mingw64/lib/ruby/2.7.0/psych.rb:456:in `parse: (): found a tab character that violates indentation while scanning a plain scalar at line 10 Column 7 (psych::SyntaxError). as shown...

执行:docker info ,查看相关信息。确认安装完毕 0

Install Docker in a newly installed virtual machine Ubuntu 22.04 LTS

浏览量: 59 1. Open: Terminal, one-click installation, execute the command: curl –fssl https://get.docker.com | SH. During the prompt that curl is not found, execute: sudo apt install curl. as shown in Figure 1 2....

登录后,界面正常 0

Install Hyper-V on Windows 10 and create a virtual machine and install the operating system Ubuntu

浏览量: 15 Hyper-V allows you to run multiple operating systems as a virtual machine on Windows. Reference:https://docs.microsoft.com/zh-cn/virtualization/hyper-v-on-windows/about/. 2. Hyper-V is built into the Windows professional version as an optional function – no need to...