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-vmBuild the Docker image:
make buildRun the Docker container:
make runExecute QTap against your running application:
make qtapWhen you're done, you can stop the virtual machine:
make stop-vm