From 8aa729f199d7d6422fa3a0cfefa48b4604a43b0e Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 18:26:42 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 5 +++++ 1 file changed, 5 insertions(+) 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.