when this thing is in a fully working state....
you should be able to use this container standalone from your terminal by running docker compose up from inside the root folder of this repository
or use the dockerfile as a gitlab runner for ci/cd
any logs or extracted files resulting from a test can be found in the artifacts folder for the type of rule or scipt you are testing ie artifacts/{suricata,zeek,yara}
if your test was meant to extract files from pcap, it should be placed in artifacts/files
any pcap or files you would like added to the container for you to run tests against should be placed in the artifacts/{files,pcap} folders