You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`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)
- you are not using a cloud provider, as most of them do not allow nested virtualization for their VPS's.
393
389
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.
0 commit comments