Docker wont start after servercrash

Hello,

after a server crash docker does not start anymore:

time=“2023-06-28” level=info msg=“Loading containers: start.”
panic: invalid page type: 47: 10

If we move everything under /var/lib/docker it starts again. However, we absolutely need these containers and cannot delete them.

If the local-kv.db is deleted under /var/lib/docker/network/files, the docker-service also runs again, but no containers start. Looks like the error is on this file.
Has anyone had this problem before and can help me?

Hi, that file contains the docker network information, and it might be corrupt.

You can try and read its contents manually:
https://blog.qiqitori.com/2018/10/decoding-dockers-local-kv-db/