Skip to content

Commit

Permalink
Merge pull request #1345 from gizmoguy/docs-update
Browse files Browse the repository at this point in the history
Rename fuzz docker.
  • Loading branch information
gizmoguy committed Dec 4, 2017
2 parents 4c90e84 + 024ce8b commit 66b9c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fuzzing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Then you can build and run the afl-fuzz tests:

.. code:: bash
docker build -t faucet/faucet-fuzz -f dockerfile.fuzz .
docker build -t faucet/fuzzer -f dockerfile.fuzz .
docker run -d \
-u $(id -u $USER) \
--name fuzzer \
-v /var/log/afl/:/var/log/afl/ \
faucet/faucet-fuzz
faucet/fuzzer
AFL then will run indefinitely. You can find the output in /var/log/afl/.

0 comments on commit 66b9c18

Please sign in to comment.