mirror of https://github.com/docker/docs.git
add `kvm-ok` diagnostics suggestion (#14912)
* add `kvm-ok` diagnostics suggestion * Update desktop/linux/install.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
c36c415c11
commit
c4517a0636
|
@ -77,6 +77,12 @@ $ modprobe kvm_intel # Intel processors
|
|||
$ modprobe kvm_amd # AMD processors
|
||||
```
|
||||
|
||||
If the above commands fail, you can view the diagnostics by running:
|
||||
|
||||
```console
|
||||
$ kvm-ok
|
||||
```
|
||||
|
||||
To check if the KVM modules are enabled, run:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in New Issue