worldsibu / hurley

The development environment toolset for blockchain projects
https://worldsibu.io/convector/hurley
Apache License 2.0
80 stars 19 forks source link

feat: persistence volumes #296

Closed diestrin closed 3 years ago

diestrin commented 3 years ago

In this PR, Hurley now persists the information in a data directory in the hyperledger folder

Notes:

It will store the container data holding up the blockchain information in a folder inside <path>/data. If this folder gets deleted, the blockchain information is gone. Hurley daletes this folder on every hurl new. If you don't want to delete it, run hurl new --skip-cleanup. It also gets deleted in the hurl clean command.