Unnamed Containers
Doing some cleanup in local docker I found
Checking with
Any idea why these are unnamed, whether or not I can delete them, and how to avoid this in future?
docker system df -v returned two unnamed images:Checking with
docker ps -a --filter ancestor=7de0dedd123b and sudo docker ps -a --filter ancestor=2e2cb40c55b8, turns out these are Immich related:Any idea why these are unnamed, whether or not I can delete them, and how to avoid this in future?