Type to search…

OSX

Introducció

Docker-OSX

Run Mac OS X in Docker with near-native performance! X11 Forwarding! iMessage security research! iPhone USB working! macOS in a Docker container!

WSL

Arrenca una màquina Windows Subsystem for Linux (WSL).

Crea el fitxer .wslconfig en el teu “home”:

shell
nano /mnt/c/Users/david/.wslconfig

Add nestedVirtualization=true to the end of the file (If the file doesn’t exist, create it).

toml
[wsl2]
nestedVirtualization=true

For more information about the .wslconfig file check this [link](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#wslconfig.

Check if KVM is enabled by using the kvm-ok command.

shell
sudo apt install -y cpu-checker
kvm-ok

The output should look like this:

shell
INFO: /dev/kvm exists
KVM acceleration can be used

You're reading a preview.

Sign in to read the full article. Any account opens 4 free articles a month; students and teachers read their course pages without limit.

Sign in