Skip to content

Commit 58635a7

Browse files
Massimiliano AlbertiMassimiliano Alberti
authored andcommitted
BugFix:
New file doRestartNetwork.sh
1 parent 43f636f commit 58635a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
echo "WARNING!!! ALL Fabric Data will be destroyed"
3+
docker volume rm $(docker volume ls)
4+
docker rmi $(docker images | grep "smartfactory")
5+
rm -rf ~/data/* && ./byfn.sh -m up -c ledgerchannel -s couchdb

0 commit comments

Comments
 (0)