Build the container
docker build -t jazzer-test .
Run the fuzzer
docker run -v $(pwd):/var/fuzzer -it jazzer-test ExampleFuzzer
Build the container
docker build -t jazzer-test .
Run the fuzzer
docker run -v $(pwd):/var/fuzzer -it jazzer-test ExampleFuzzer