nikita6187 / NEC

Our blockchain practical for the NEC challenge
2 stars 0 forks source link

hyperledger-fabric volume sprawl #17

Open stefko3z opened 4 years ago

stefko3z commented 4 years ago

Currently hyperledger fabric will create new containers for each chaincode deployment (works as intended) and forgets about their volumes them on docker-compose down (bad, unwanted).

The fastest fix would be to change docker-compose down -v or add a docker-compose volume prune

stefko3z commented 4 years ago

And if that fails docker system prune