Altalogy / tari

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

feat: shutdown and destroy all containers on exit #294

Closed alex1307 closed 2 years ago

alex1307 commented 2 years ago

Description

Launchpad should stop and delete all Tari containers on exit. Fixes: #283

Motivation and Context We should keep clean.

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.