diff options
| author | Israel Augusto Moreira <[email protected]> | 2023-01-21 01:54:20 +0000 |
|---|---|---|
| committer | Israel Augusto Moreira <[email protected]> | 2023-01-21 01:54:20 +0000 |
| commit | 0daf0ff5d4dee5971efb8205837f71f85b0a5f41 (patch) | |
| tree | dd1f74c8e88685d561f02107835bad1c45591832 | |
| parent | Update submodule (diff) | |
| download | docker-osx-0daf0ff5d4dee5971efb8205837f71f85b0a5f41.tar.xz docker-osx-0daf0ff5d4dee5971efb8205837f71f85b0a5f41.zip | |
add kvm and dependencies install to readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -585,6 +585,8 @@ INFO: /dev/kvm exists KVM acceleration can be used ``` +Use the command `sudo apt -y install bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu qemu-kvm --fix-missing` to install it if it isn't. + Now download and install [Docker for Windows](https://docs.docker.com/desktop/windows/install/) if it is not already installed. After installation, go into Settings and check these 2 boxes: |