Skip to content

Commit

Permalink
Merge pull request #1347 from gizmoguy/rename-fuzz-docker
Browse files Browse the repository at this point in the history
Rename fuzzer dockerfile.
  • Loading branch information
gizmoguy committed Dec 4, 2017
2 parents 66b9c18 + 1bd9d30 commit a2ef3d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/fuzzing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Then you can build and run the afl-fuzz tests:

.. code:: bash
docker build -t faucet/fuzzer -f dockerfile.fuzz .
docker build -t faucet/fuzzer -f Dockerfile.fuzz .
docker run -d \
-u $(id -u $USER) \
Expand Down

0 comments on commit a2ef3d6

Please sign in to comment.