This repository contains a demo application that can be inspected with Qtap (from Qpoint).
- Make sure you have lima installed on your system
- Make sure you have Docker installed on your system
Follow these steps to build and run the application:
Start the virtual machine environment:
make start-vm
Build the Docker image:
make build
Run the Docker container:
make run
Execute QTap against your running application:
make qtap
When you're done, you can stop the virtual machine:
make stop-vm