Skip to content

Commit 5544916

Browse files
committed
doc/microvm-command: add fast version listing
1 parent 6a76e43 commit 5544916

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/microvm-command.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ for an updatable VM overview.
5555
microvm -l
5656
```
5757

58+
If you want a faster overview of booted and current versions, run
59+
this instead:
60+
61+
```bash
62+
ls -l /var/lib/microvms/*/{current,booted}/share/microvm/system
63+
```
64+
5865
## Removing MicroVMs
5966

6067
First, stop the MicroVM:

0 commit comments

Comments
 (0)