From 22c4105b57f370f7626df326be7a89957d3c0749 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 17 May 2017 16:36:04 +0100 Subject: [PATCH] Tell docker to delete the volume as well Addresses #62 Because of the use of volumes the .img files (and everything else) will stay around on disk even when you do `docker rm pigen_work`. Passing `-v` deletes the volume as well and frees up disk space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8a807..ca95662 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ vi config # Edit your config file. See above. ``` If everything goes well, your finished image will be in the `deploy/` folder. -You can then remove the build container with `docker rm pigen_work` +You can then remove the build container with `docker rm -v pigen_work` If something breaks along the line, you can edit the corresponding scripts, and continue: