
i have got a docker container called worker-usage-dump, and I wanted to delete/prune unused images/container/networks etc... my ubuntu shows: ~# docker ps -a -f status=exited
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7d6e73e348be appwrite/appwrite:1.5.10 "worker-usage-dump" 8 days ago Exited (137) 3 days ago appwrite-worker-usage-dump
Is it save to remove/delete using: docker rm 7d6e73e348be
docker container prune --force
docker system prune --all --volumes --force
...???

Side story - maybe it exists because I was upgrading form 1.5 to 1.5.10 a couple days before - but I am not sure if its 8 days ago, and therefore can not ensure its connected to that event
Recommended threads
- Billing issue
Hey, i recently Purchased the Pro Plan on Appwrite but I've changed my mind id there any way i xould cancel the Pro use the Free Tier and get my refund?
- I can't update my email templates in sel...
I have attached a long screenshot of the whole page to provide a better context to the issue I am having. The summary is that on navigating to the Auth templat...
- How do you strategically secure day's wo...
I worked entire day to try and solve how to use clerk such that it handles checking user's authentication purely server-side. I wasted entire day on a loop of a...
