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.