add cleanup.sh to README

This commit is contained in:
Mark Burnett 2017-06-21 20:49:51 -05:00
parent 8bc6db3307
commit d21ba23cca
1 changed files with 5 additions and 0 deletions

View File

@ -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.