Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: shudtodwn and destroy all containers on exit #288

Closed alex1307 closed 2 years ago

alex1307 commented 2 years ago

Launchpad should stop and delete all Tari containers on exit.

Motivation and Context We should keep clean on exit. fixes: #287 fixes: #283 How Has This Been Tested? Manually. Started launchpad, then started few containers. Clolsed the app using the close(x) and checked docker. All running containers were deleted.

CjS77 commented 2 years ago

Looks fine, but what is all the "is_coinbase" stuff?

alex1307 commented 2 years ago

The changes related to destroying all containers only will be created in a new branch.