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:
parent
31306a297b
commit
5d628fd3f4
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue