Align doctor docs with CLI output
This commit is contained in:
parent
5d63e4c16e
commit
38b6aeba68
2 changed files with 15 additions and 2 deletions
|
|
@ -25,7 +25,19 @@ The current implementation uses `sudo -n` for host networking commands when a ne
|
|||
pyro doctor
|
||||
```
|
||||
|
||||
Check these fields in the output:
|
||||
In the default human-readable output, check:
|
||||
|
||||
- `Runtime: PASS`
|
||||
- `KVM: exists=yes readable=yes writable=yes`
|
||||
- `Networking: tun=yes ip_forward=yes`
|
||||
|
||||
If you need the raw structured fields instead:
|
||||
|
||||
```bash
|
||||
pyro doctor --json
|
||||
```
|
||||
|
||||
Check:
|
||||
|
||||
- `runtime_ok`
|
||||
- `kvm`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue