Altalogy / tari

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

Delete containers on app exit #283

Closed CjS77 closed 2 years ago

CjS77 commented 2 years ago

Describe the bug Containers must be gracefully stopped and then destroyed when the app closes.

To Reproduce Steps to reproduce the behavior:

  1. Start launchpad
  2. start some containers
  3. Quit app
  4. docker ps -a shows containers still running.

Expected behavior Expect all containers to have been gracefully closed and deleted