naesh this option is mostly just for you as a temporary option 😅
most regular users install additional components inside their containers, so I'm concerned this feature might cause them to unintentionally lose work and increase the number of support tickets we get.
Ideally, this should be done from the Images page, only when changing image tag:
- stop the container if it's running
- update the tag
- pull the new image
- start the container with the new image
- remove the previous image
This approach minimizes the risk of users unintentionally deleting important stuff by just stop/start from Containers page.
That said, this is just my opinion. Since the source is open, if you think adding a simple button with a confirmation dialog on *Containers/ page is a better approach and you’ve got time to work on it, I’d be happy to assist updating the template. 🙌