
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
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
- Console Login after upgrade
Hi, running a small instance self hosted, upgraded from 1.6.0 to 1.74 this morning before spotting the migration guide... When trying to login to the console n...
