diff --git a/docs/new_library.md b/docs/new_library.md index e7773cd6f..db0f590e0 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -8,6 +8,11 @@ library go into . [Install Docker]. +*NOTE: Docker images can consume significant disk space. Run* +*[docker-cleanup](https://gist.github.com/mikea/f18ff91a65a7620b9a78551d4bfa0d26)* +*periodically to garbage collect unused images.* + + Building fuzzers requires building your library with a fresh of Clang compiler and special compiler flags. An easy-to-use Docker image is provided to simplify tool distribution.