tests/rootfs/README: document how to run the tests

It's simple, but worth a few lines in the README.
This commit is contained in:
Dusty Mabe 2025-05-06 16:50:20 -04:00
parent 31306a297b
commit 5d628fd3f4
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -2,3 +2,10 @@
This is a set of scripts that sanity check the target
rootfs in a read-only fashion.
To run the tests:
```
podman build --from localhost/fedora-bootc:latest -t localhost/test-bootc .
podman rmi localhost/test-bootc:latest # Clean up any created images
```