Add rebuild-all.sh script

This commit adds a script called 'rebuild-all.sh' that automatically
rebuilds all instances.
This commit is contained in:
Tom Wiesing 2020-08-27 09:56:02 +02:00
parent 7cbfaf99d5
commit b6c75a848c
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 21 additions and 1 deletions

View file

@ -170,7 +170,7 @@ To do so, use:
sudo bash /distillery/provision.sh SLUG
```
## Rebuild an instance -- 'rebuild.sh'
## Rebuild an instance -- 'rebuild.sh' and 'rebuild-all.sh'
Sometimes it becomes necessary (because of changes to this project) to rebuild the docker image running a certain docker instance.
To do so, use:
@ -188,7 +188,11 @@ To delete all instances, run:
sudo docker image prune --all
```
To automatically rebuild all instances, use:
```bash
sudo bash /distillery/rebuild-all.sh
```
## Purge an existing WissKI instance -- 'purge.sh'