diff --git a/tests/rootfs/README.md b/tests/rootfs/README.md index a8f3381..733afef 100644 --- a/tests/rootfs/README.md +++ b/tests/rootfs/README.md @@ -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 +```