mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
28e7afba10
commit
ea2bf52e10
|
@ -7,6 +7,8 @@ Supported commands:
|
||||||
to be mounted.
|
to be mounted.
|
||||||
* `docker run -ti <image_name> checkout_and_compile` - checks projects sources out
|
* `docker run -ti <image_name> checkout_and_compile` - checks projects sources out
|
||||||
if its location is defined and compiles.
|
if its location is defined and compiles.
|
||||||
|
* `docker run -ti <image_name> run <fuzzer_name> <fuzzer_options...>` - build fuzzers and start
|
||||||
|
specified one with given options.
|
||||||
* `docker run -ti <image_name> /bin/bash` - drop into shell. Run `compile` script
|
* `docker run -ti <image_name> /bin/bash` - drop into shell. Run `compile` script
|
||||||
to start build.
|
to start build.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue