From d21ba23cca938b98f8833dc10076eb333c14fbf4 Mon Sep 17 00:00:00 2001 From: Mark Burnett Date: Wed, 21 Jun 2017 20:49:51 -0500 Subject: [PATCH] add cleanup.sh to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e001779..7125470e 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,8 @@ export http_proxy=... export no_proxy=... docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy -t quay.io/attcomdev/promenade:experimental . ``` + +## Development Cleanup + +If you are testing/developing on hosts that cannot be easily destroyed, you may +find the `cleanup.sh` script useful.