diff --git a/infra/base-images/base-libfuzzer/README.md b/infra/base-images/base-libfuzzer/README.md index 4902fda11..3e66e04a5 100644 --- a/infra/base-images/base-libfuzzer/README.md +++ b/infra/base-images/base-libfuzzer/README.md @@ -7,6 +7,8 @@ Supported commands: to be mounted. * `docker run -ti checkout_and_compile` - checks projects sources out if its location is defined and compiles. +* `docker run -ti run ` - build fuzzers and start + specified one with given options. * `docker run -ti /bin/bash` - drop into shell. Run `compile` script to start build.