Hello, this also happens when layers get out of sync (e.g. modifying layers from host OS directly in /mnt/data/docker/…). To repair, you can identify which container uses this image using docker inspect ...
) and then run docker rm {{id}} --force
to remove the container and `docker rmi {{id}``` to remove the image. Afterwards, restarting the supervisor should get everything back in sync.
2 Likes