Skip to content

Commit 8e23be9

Browse files
authored
docs: KVM information (#225)
1 parent 431b4b6 commit 8e23be9

1 file changed

Lines changed: 11 additions & 19 deletions

File tree

β€Žreadme.mdβ€Ž

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste
6262

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

65-
## Compatibility βš™οΈ
66-
67-
| **Product** | **Linux** | **Win11** | **Win10** | **macOS** |
68-
|---|---|---|---|---|
69-
| Docker CLI | βœ… | βœ… | ❌ | ❌ |
70-
| Docker Desktop | ❌ | βœ… | ❌ | ❌ |
71-
| Podman CLI | βœ… | βœ… | ❌ | ❌ |
72-
| Podman Desktop | βœ… | βœ… | ❌ | ❌ |
73-
| Kubernetes | βœ… | βœ… | ❌ | ❌ |
74-
| Github Codespaces | βœ… | βœ… | βœ… | βœ… |
75-
7665
## FAQ πŸ’¬
7766

7867
### How do I use it?
@@ -229,9 +218,16 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste
229218

230219
### How do I verify if my system supports KVM?
231220

232-
Only Linux and Windows 11 support KVM virtualization, macOS and Windows 10 do not unfortunately.
233-
234-
You can run the following commands in Linux to check your system:
221+
First check if your software is compatible using this chart:
222+
223+
| **Product** | **Linux** | **Win11** | **Win10** | **macOS** |
224+
|---|---|---|---|---|
225+
| Docker CLI | βœ… | βœ… | ❌ | ❌ |
226+
| Docker Desktop | ❌ | βœ… | ❌ | ❌ |
227+
| Podman CLI | βœ… | βœ… | ❌ | ❌ |
228+
| Podman Desktop | βœ… | βœ… | ❌ | ❌ |
229+
230+
After that you can run the following commands in Linux to check your system:
235231

236232
```bash
237233
sudo apt install cpu-checker
@@ -246,11 +242,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste
246242

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

249-
If you do not receive any error from `kvm-ok` but the container still complains about KVM, please check whether:
250-
251-
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
252-
253-
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
245+
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.
254246

255247
### How do I run Windows in a container?
256248

0 commit comments

Comments
Β (0)