Unable to delete image - referenced in multiple repositories
I don't know if this is an issue or if this affects the install. The containers seems to be running.

2 Replies
I'm going to follow this cause I get this at times too. I do the stupid and just force them anyways
If you have started pulling images from ghcr.io you could have the same image from both docker hub and ghcr.io locally. Removing an image that is in two repositories requires
--force
It's just a thing docker does to make sure you do in fact want to delete the image in this uncommon situation. There should be no issue with doing that though.
Once the old docker hub images are gone from the machine this should stop happening