Removing simple cache to just free some space in device
sudo docker image prune -f && sudo docker container prune -f
Removing all cache
docker builder prune --all
Note: removing all cache some apps should need build slowly first time again
Cleaning volumes
docker system prune -a --volumes