Category: Hyper-V
-
Post Views: 21 1. After installing Hyper-V on Windows 10, run the program in the virtual machine, and there are often serious hard disk I/O errors. It is suspected that it is caused by the lack of space in the C disk. A total of 100 GB of space is available, and only 10 GB is left. as shown in…
-
Post Views: 63 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. To run Docker as a non-privileged user, consider setting up a Docker daemon with rootless mode for your user to install: dockerd-rootless-setuptool.sh installation. Visit https://docs.docker.com/go/rootless/…
-
Post Views: 22 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 download Hyper-V. Enable the Hyper-V role via Settings. 3. Right-click the Windows button and select “Apps and Features”. as shown in Figure 1 4. Select…