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
- Debit card getting declined !
Hey , If anyone can help me on this issue id appreciate it . If payment with paypal/apple pay is possible please allow it as it always works with me , Thanks
- mime type for docx too long?
Hello, I am trying to upload a docx file to storage, but the mime type is too long. I get the following error: ``'Invalid document structure: Attribute "mimeTy...
- Python Function starter template Failing...
So i just created a python 3.12 function using the default starter template in appwrite, when i try to run it locally i get the error in image everytime i modif...