scripts: cleanup regtest script
- destroy containers - delete all regtest volumes Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
4f05b35881
commit
19d7776bfd
9
scripts/cleanup_regtest.sh
Executable file
9
scripts/cleanup_regtest.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
docker compose --profile vls down
|
||||||
|
docker volume rm vls-container_bitcoin_regtest
|
||||||
|
docker volume rm vls-container_lightning_regtest
|
||||||
|
docker volume rm vls-container_vls_regtest
|
||||||
|
docker volume rm vls-container_txoo_regtest
|
Loading…
x
Reference in New Issue
Block a user