mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Updated documentation to inform about KVM issues when using Docker Desktop
This commit is contained in:
parent
e7b831232a
commit
6dfa1c182c
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ kubectl apply -f kubernetes.yml
|
||||||
|
|
||||||
- you are not using a cloud provider, as most of them do not allow nested virtualization for their VPS's.
|
- you are not using a cloud provider, as most of them do not allow nested virtualization for their VPS's.
|
||||||
|
|
||||||
If you didn't receive any error from `kvm-ok` at all, but the container still complains that `/dev/kvm` is missing, it might help to add `privileged: true` to your compose file (or `--privileged` to your `run` command), to rule out any permission issue.
|
If you didn't receive any error from `kvm-ok` at all, but the container still complains that `/dev/kvm` is missing, it might help to add `privileged: true` to your compose file (or `--privileged` to your `run` command), to rule out any permission issue. In addition, make sure you are not running docker through docker desktop since this can also cause issues as well.
|
||||||
|
|
||||||
### How do I run macOS in a container?
|
### How do I run macOS in a container?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue