From ea2bf52e10eaa2603815c9340aad4e9e6803c955 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Mon, 10 Oct 2016 14:21:59 -0700 Subject: [PATCH] Update README.md --- infra/base-images/base-libfuzzer/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.