Document clean up approaches (docker system prune)
#800
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a number of unused images and volumes on my server's docker swarm. They seem to stem from updating recipies, or they are from apps I installed, and then removed. They are gone from the local abra-folders, but (some) images and volumes are still there.
Is there an abra command to clean up, or do I need to do something at the server? Could someone point me in a direction of what to do?
This is output from
docker system df -vFor example nextcloud version 31.0.6-fpm and lauti nightly are no longer in use.
Thanks!
There is no way in abra to do this, but you can check out:
abra server pruneexists 😛I can't even remember why we implemented that!
Yeh I normally do
DOCKER_CONTEXT=foo docker system prune --all --force. This will not wipe volumes of apps that are deployed. If youundeployandprune, then you will lose your data. So, you need to be careful.A docs patch on https://docs.coopcloud.tech/operators/handbook/ would be v appreciated @jeppebundsgaard 🙏
Cleaning upto Document clean up approaches (`docker system prune`)