Skip to content

Commit d570eca

Browse files
authored
docs: KVM information (#1152)
1 parent 7b31f53 commit d570eca

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
6666

6767
[`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=743140652&ref=master&devcontainer_path=.devcontainer.json)
6868

69-
## Compatibility βš™οΈ
70-
71-
| **Product** | **Linux** | **Win11** | **Win10** | **macOS** |
72-
|---|---|---|---|---|
73-
| Docker CLI | βœ… | βœ… | ❌ | ❌ |
74-
| Docker Desktop | ❌ | βœ… | ❌ | ❌ |
75-
| Podman CLI | βœ… | βœ… | ❌ | ❌ |
76-
| Podman Desktop | βœ… | βœ… | ❌ | ❌ |
77-
| Kubernetes | βœ… | βœ… | ❌ | ❌ |
78-
| Github Codespaces | βœ… | βœ… | βœ… | βœ… |
79-
8069
## FAQ πŸ’¬
8170

8271
### How do I use it?
@@ -374,9 +363,16 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
374363

375364
### How do I verify if my system supports KVM?
376365

377-
Only Linux and Windows 11 support KVM virtualization, macOS and Windows 10 do not unfortunately.
378-
379-
You can run the following commands in Linux to check your system:
366+
First check if your software is compatible using this chart:
367+
368+
| **Product** | **Linux** | **Win11** | **Win10** | **macOS** |
369+
|---|---|---|---|---|
370+
| Docker CLI | βœ… | βœ… | ❌ | ❌ |
371+
| Docker Desktop | ❌ | βœ… | ❌ | ❌ |
372+
| Podman CLI | βœ… | βœ… | ❌ | ❌ |
373+
| Podman Desktop | βœ… | βœ… | ❌ | ❌ |
374+
375+
After that you can run the following commands in Linux to check your system:
380376

381377
```bash
382378
sudo apt install cpu-checker
@@ -391,11 +387,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
391387

392388
- you are not using a cloud provider, as most of them do not allow nested virtualization for their VPS's.
393389

394-
If you do not receive any error from `kvm-ok` but the container still complains about KVM, please check whether:
395-
396-
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
397-
398-
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
390+
If you did not receive any error from `kvm-ok` but the container still complains about a missing KVM device, it could help to add `privileged: true` to your compose file (or `sudo` to your `docker` command) to rule out any permission issue.
399391

400392
### How do I run macOS in a container?
401393

0 commit comments

Comments
Β (0)